Obtaining file details via FTP
Posted: Fri May 25, 2012 6:06 pm
Good afternoon,
I'm trying to get the date and time when a text file was updated in a given directory located on a remote server.
I read all of a previous post titled "Help ! Unable to acquire FTP file list!" dated March 1st, 2012, as I thought that the question raised was very similar to mine, but I am not familiar enough with the ftp commands.
I thought that the following line would do the job:
get libURLftpCommand("LIST","ftp.myHostName/DirectoryName","myUserID","myPass")
but I was only able to get a message: "425 Unable to build data connection: Invalid argument".
Would anyone know how to do this ?
I'm trying to get the date and time when a text file was updated in a given directory located on a remote server.
I read all of a previous post titled "Help ! Unable to acquire FTP file list!" dated March 1st, 2012, as I thought that the question raised was very similar to mine, but I am not familiar enough with the ftp commands.
I thought that the following line would do the job:
get libURLftpCommand("LIST","ftp.myHostName/DirectoryName","myUserID","myPass")
but I was only able to get a message: "425 Unable to build data connection: Invalid argument".
Would anyone know how to do this ?