Re: FTP example going through a FTP Proxy

2009-01-08 Thread jakecjacobson
On Jan 7, 3:56 pm, jakecjacobson wrote: > On Jan 7, 2:11 pm, jakecjacobson wrote: > > > > > On Jan 7, 12:32 pm, jakecjacobson wrote: > > > > Hi, > > > > I need to write a simple Python script that I can connect to a FTP > > > server and download files from the server to my local box.  I am > > >

FTP example going through a FTP Proxy

2009-01-08 Thread jakecjacobson
Hi, I need to write a simple Python script that I can connect to a FTP server and download files from the server to my local box. I am required to go through a FTP Proxy and I don't see any examples on how to do this. The FTP proxy doesn't require username or password to connect but the FTP serv

Re: FTP example going through a FTP Proxy

2009-01-07 Thread jakecjacobson
On Jan 7, 2:11 pm, jakecjacobson wrote: > On Jan 7, 12:32 pm, jakecjacobson wrote: > > > Hi, > > > I need to write a simple Python script that I can connect to a FTP > > server and download files from the server to my local box.  I am > > required to go through a FTP Proxy and I don't see any exa

Re: FTP example going through a FTP Proxy

2009-01-07 Thread jakecjacobson
On Jan 7, 12:32 pm, jakecjacobson wrote: > Hi, > > I need to write a simple Python script that I can connect to a FTP > server and download files from the server to my local box.  I am > required to go through a FTP Proxy and I don't see any examples on how > to do this.  The FTP proxy doesn't req