Hello!
I'm trying to write a program that must download a directory from an FTP server.It must be made recursively, from what I understand.I used FTPFile, FileTransferClient, import com.enterprisedt.net.ftp.*;I made a listing of the directory, but I don't know the parameters in the call of the recursive method...Do I have to use URL?How can make it work?Anybody?
Thanks!