[Tutor] ftplib or popen?

Scott Ralph Comboni scott@zenplex.com
Mon, 20 Nov 2000 13:33:45 -0500


Im trying to use the ftplib for sending a file to a remote location.  I'm 
having trouble and Im wondering if it would be easier just to use os.open 
instead of this module.  What are the pro's and con's to doing this?
The files that I'm sedning are very large 100Meg+
Scott