davidmcrell
one of our clients is using SmartFTP but he cannot get a file listing from my server. the transcript from my server log shows LIST -aL and when I attempt to ls -aL from my shell ftp client:
ftp> ls -aL
227 Entering Passive Mode (127,0,0,1,96,101)
150 Opening ASCII mode data connection for directory listing.
usage: ls [-1ACFRTacdfloqrstu] [file]
226 Transfer complete.
so it appears to the SmartFTP client that the directory is empty, but in fact a response is given, but not an error as the server probably should.
what SmartFTP listing option should he disable?
ftp> ls -aL
227 Entering Passive Mode (127,0,0,1,96,101)
150 Opening ASCII mode data connection for directory listing.
usage: ls [-1ACFRTacdfloqrstu] [file]
226 Transfer complete.
so it appears to the SmartFTP client that the directory is empty, but in fact a response is given, but not an error as the server probably should.
what SmartFTP listing option should he disable?