Question
weird cfftp error
Hi all,
I am running the attached snippet in order to list files in a directory on a remote server. When I run it locally on my dev machine, it runs fine, producing expected results. On a remote server, it produces the following error:
An error occurred during the FTP LISTDIR operation.
Error: 500 'ORT 74,219,123,222,20,126': command not understood .
The error occurred in C:\Inetpub\wwwroot\widget\ftp_test.cfm: line 15
13 : name="files_to_delete"
14 : directory="wwwroot/wwwroot/pics"
15 : connection="uploader">
16 :
17 : <cfdump var=#files_to_delete#>
Both are running dev version of cf server 8.1
Any thoughts?
-Sky
I am running the attached snippet in order to list files in a directory on a remote server. When I run it locally on my dev machine, it runs fine, producing expected results. On a remote server, it produces the following error:
An error occurred during the FTP LISTDIR operation.
Error: 500 'ORT 74,219,123,222,20,126': command not understood .
The error occurred in C:\Inetpub\wwwroot\widget\ftp_test.cfm: line 15
13 : name="files_to_delete"
14 : directory="wwwroot/wwwroot/pics"
15 : connection="uploader">
16 :
17 : <cfdump var=#files_to_delete#>
Both are running dev version of cf server 8.1
Any thoughts?
-Sky
