FTP: Upload large files?

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
 
F

fyitang

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/
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top