What I need to do is check the list of files in a particular directory on an FTP server, which I can successfully do on desktop with the following code:
Code: Select all
get liburlftpcommand("ls",sHost,sUsername,sPassword)
put url ("ftp://" & sUsername & ":" & sPassword & "@" & sHost) into fileList