Hello we have made a little program to upload an .zip file to an FTP server, and when I connect to the FTP server with FileZilla to see everything is ok I can't see the uploaded file.
But if connect to the FTP by an ftp command in the windows shell and perform an ls command I can see the file, but if I instead use the dir command, the file is not listed (in fact, no one file is listed)
So that... what are the differences between these two commands (ls / dir)?
It seems that FileZilla is using the dir command.
Note: I don't know the which FTP server are using but whe i connect it responds "220 sasbas FTP server (Version 4.2 ....)
