I am trying to write code to login to an ftp server, then copy files from one folder to another.
I am very new to programming so all help greatly appreciated.
Printable View
I am trying to write code to login to an ftp server, then copy files from one folder to another.
I am very new to programming so all help greatly appreciated.
Try WinSock or Inet controls, it´s not too difficult.
Read the MSDN Library for help on using them.
thank you
If you need sample projects, try searching http://www.planet-source-code.com for Inet or Winsock.