FTP: Upload large files?

  • Thread starter Thread starter deostroll
  • Start date Start date
D

deostroll

Hi,

Is there a way to upload large files. Whenever I try to upload
something greater than 10MB, I always get an error saying that the
connection was unexpectedly closed! I am using the FtpWebRequest (and
all the realted System.Net classes) to do the ftp-ing stuff.

Is there a hack for uploading large files?

--deostroll
 
Hi,

Is there a way to upload large files. Whenever I try to upload
something greater than 10MB, I always get an error saying that the
connection was unexpectedly closed! I am using the FtpWebRequest (and
all the realted System.Net classes) to do the ftp-ing stuff.

Is there a hack for uploading large files?

--deostroll

i have not used System.Net classes, but you can try curl.exe.
http://curl.haxx.se/
 
Back
Top