<?xml version="1.0" encoding="utf-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Implementing an FTP server in PL/SQL</title>
	<atom:link href="http://technology.amis.nl/blog/1247/implementing-an-ftp-server-in-plsql/feed" rel="self" type="application/rss+xml" />
	<link>http://technology.amis.nl/blog/1247/implementing-an-ftp-server-in-plsql</link>
	<description>Weblog for the AMIS Technology corner</description>
	<lastBuildDate>Fri, 10 Feb 2012 16:47:37 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Barry CHase</title>
		<link>http://technology.amis.nl/blog/1247/implementing-an-ftp-server-in-plsql/comment-page-1#comment-348004</link>
		<dc:creator>Barry CHase</dc:creator>
		<pubDate>Thu, 05 Feb 2009 01:02:25 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=1247#comment-348004</guid>
		<description>Just an FYI... I did resolve the binary file transfer issue and added a number of additional features, using some of what Paul did regarding the listing of remote files. I also added handling for BLOB and CLOB so that you don&#039;t even need to technically write the file to the filesystem but instead insert directly into a table or even attach to the PLSQL email solution I also have and email the file elsewhere.

Still free for the downloading and it is now at 3.1.3...   http://www.myoracleportal.net

P.S. Thanks for the plug Paul. I need to add your credits to the package header with respect to the directory listing feature. When you get a chance you might take a look at the new version.</description>
		<content:encoded><![CDATA[<p>Just an FYI&#8230; I did resolve the binary file transfer issue and added a number of additional features, using some of what Paul did regarding the listing of remote files. I also added handling for BLOB and CLOB so that you don&#8217;t even need to technically write the file to the filesystem but instead insert directly into a table or even attach to the PLSQL email solution I also have and email the file elsewhere.</p>
<p>Still free for the downloading and it is now at 3.1.3&#8230;   <a href="http://www.myoracleportal.net" rel="nofollow">http://www.myoracleportal.net</a></p>
<p>P.S. Thanks for the plug Paul. I need to add your credits to the package header with respect to the directory listing feature. When you get a chance you might take a look at the new version.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Poole</title>
		<link>http://technology.amis.nl/blog/1247/implementing-an-ftp-server-in-plsql/comment-page-1#comment-82757</link>
		<dc:creator>Chris Poole</dc:creator>
		<pubDate>Wed, 19 Jul 2006 06:25:00 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=1247#comment-82757</guid>
		<description>A little late perhaps but you could try this free, fully featured PL/SQL FTP client, which is as close to UTL_FTP as is possible to get (IMHO):

http://www.chrispoole.co.uk/apps/xutlftp.htm</description>
		<content:encoded><![CDATA[<p>A little late perhaps but you could try this free, fully featured PL/SQL FTP client, which is as close to UTL_FTP as is possible to get (IMHO):</p>
<p><a href="http://www.chrispoole.co.uk/apps/xutlftp.htm" rel="nofollow">http://www.chrispoole.co.uk/apps/xutlftp.htm</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Graham Oakes</title>
		<link>http://technology.amis.nl/blog/1247/implementing-an-ftp-server-in-plsql/comment-page-1#comment-75050</link>
		<dc:creator>Graham Oakes</dc:creator>
		<pubDate>Wed, 28 Jun 2006 17:52:18 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=1247#comment-75050</guid>
		<description>I&#039;m a bit late replying I know, but FYI I&#039;m using your package for transferring binary files and it&#039;s working like a dream, nice work!

Cheers
Graham</description>
		<content:encoded><![CDATA[<p>I&#8217;m a bit late replying I know, but FYI I&#8217;m using your package for transferring binary files and it&#8217;s working like a dream, nice work!</p>
<p>Cheers<br />
Graham</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pete Finnigan</title>
		<link>http://technology.amis.nl/blog/1247/implementing-an-ftp-server-in-plsql/comment-page-1#comment-72799</link>
		<dc:creator>Pete Finnigan</dc:creator>
		<pubDate>Fri, 23 Jun 2006 18:33:56 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=1247#comment-72799</guid>
		<description>Hi Paul,

There is also a source forge project UTL_FTP - http://sourceforge.net/projects/plsqlftp/ -

hth

cheers

pete</description>
		<content:encoded><![CDATA[<p>Hi Paul,</p>
<p>There is also a source forge project UTL_FTP &#8211; <a href="http://sourceforge.net/projects/plsqlftp/" rel="nofollow">http://sourceforge.net/projects/plsqlftp/</a> -</p>
<p>hth</p>
<p>cheers</p>
<p>pete</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim Hall</title>
		<link>http://technology.amis.nl/blog/1247/implementing-an-ftp-server-in-plsql/comment-page-1#comment-72716</link>
		<dc:creator>Tim Hall</dc:creator>
		<pubDate>Fri, 23 Jun 2006 12:17:19 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=1247#comment-72716</guid>
		<description>Hi.

I wrote something similar that may be of interest to you:

http://www.oracle-base.com/articles/9i/FTPFromPLSQL9i.php

I&#039;m surprised Oracle have not released an official FTP API, like UTL_MAIL.

Cheers

Tim...</description>
		<content:encoded><![CDATA[<p>Hi.</p>
<p>I wrote something similar that may be of interest to you:</p>
<p><a href="http://www.oracle-base.com/articles/9i/FTPFromPLSQL9i.php" rel="nofollow">http://www.oracle-base.com/articles/9i/FTPFromPLSQL9i.php</a></p>
<p>I&#8217;m surprised Oracle have not released an official FTP API, like UTL_MAIL.</p>
<p>Cheers</p>
<p>Tim&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

