Hi!
I check the MSDN Library but I can't find any infos about: how to connect to and FTP...
I need also infos how get folders names from the ftp....
Have any one experience which class can I use to connect to an FTP??
THX!!!
Printable View
Hi!
I check the MSDN Library but I can't find any infos about: how to connect to and FTP...
I need also infos how get folders names from the ftp....
Have any one experience which class can I use to connect to an FTP??
THX!!!
you need the System.Net.Sockets.Tcpclient stuff... but you also need to know the FTP message standards which you will not find in MSDN.
thanks!
and where I can get FTP message standards ?
gicio
I was hoping someone else would reply with that. :D Im not sure...
But instead of re--inventing the wheel, jsut find a pre-coded ftp control like kleptos posted