Hi, my knowledge of FTP in general is quite limited so bear with me.
I have gone through 3 different open source scripts now, and each one, I get the same problem. It connects to the ftp folder fine, but cannot get the directory listing. It either times out or returns nothing.
At the moment I am using this -
http://www.enterprisedt.com/products/edtftpj/
Basically, what I need to do, is connect to a predesignated ftp folder and download everything from there, to my local machine. Pretty simple. But edtftpj connects fine then when using FTPFile[] files = ftp.directoryList(); it times out.
I have a feeling it is to do with the ftp server i'm connnecting to, but I dont know enough. Does anyone have any ideas?