FTP Upload and Download
C#
2
Posts
2
Posters
1
Views
1
Watching
-
I was wondering if someone can give me a sample code for Upload/Download on FTP. Is it possible using only TcpClient,NetworkStream,StreamReader or I have to use Socket absolutely ? Thanks for your help
I found a sample code here: http://home.wi.rr.com/skulkarni/FTP/FTPIndex.html rgrds Martin