Click here to Skip to main content
15,905,558 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi All,

I'm using FtpWebRequest to download files from FTP server.Am trying to test my code to connect FTP Server and download different size files. Is this any Free FTP server available ,so i can install in my local machine and connect thru FTPWebRequest to download the file.

I was trying FileZilla but it has some library problem,so i couldn't install the software.Any suggestion greatly appreciated.

Thanks in Advance.
Posted

1 solution

There is a good number of them. How about CodeProject codes?

A Complete FTP Server[^],
Advanced FTP Server[^].

You can debug your application in the same solution with the server, see what happens in the server, etc.

—SA
 
Share this answer
 
v2
Comments
shan1395 30-Jan-12 18:53pm    
wow that's mind blowing...
Sergey Alexandrovich Kryukov 30-Jan-12 18:55pm    
Thank you, just added one more...
Good luck,
--SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900