ftp a list to a remote server

Steve Holden sholden at holdenweb.com
Mon Mar 5 03:06:28 EST 2001


"Austin Wilson" <austinw at bhpvillage.com> wrote in message
news:tCHo6.8449$v5.32212 at newsfeeds.bigpond.com...
> Hi
>
> I would like to save a list as a text file on a remote server using ftp.
>
> Is this possible? If so, could you please provide some sample code.
>
> Or do I have to save the file locally first then ftp that file to the
remote
> server?
>
> Thanks
> Austin
>
>
Take a look at ftpStream in

    http://www.holdenweb.com/Python/index.html

This allows you to read from and write to files on remote FTP servers.

regards
 Steve






More information about the Python-list mailing list