Hy!
I have to create a program that uploads/downloads files and folders from client to FTP server and back.I used import com.enterprisedt.net.ftp.FileTransferClient; and uploadFile(localFileName, remoteFileName);
The problem occurs when I try to upload a directory with files and folders in it.Do I have to upload it recursively or is there any command line to do that?
Thank you in advance!