Page 2 of 2

Re: Help! - Unable to aquire FTP file list!

Posted: Mon Apr 29, 2013 9:31 pm
by Simon
Hi derr1ck,
Add a slash to the end of the domain

Code: Select all

constant FTPHOST = "mydomain.com/"   
That should get your listing for you.

Simon

Re: Help! - Unable to aquire FTP file list!

Posted: Wed May 01, 2013 6:11 am
by shaosean
See if setting the mode directly to passive helps out.. < http://docs.runrev.com/Command/libURLSetFTPMode >