Hi
When I am logged on to an ftp-site and execute this command:
This is what I get:
So, I do have a connection and the number of files is correct (checked with FileZilla). But somehow I cannot get their names (nor their date and time information).
What gives?
When I am logged on to an ftp-site and execute this command:
Code:
dir "ftp:*.*"
This is what I get:
Code:
Directory of ftp://sitename/subdir/*.*
01-01-1601 00:00 <DIR> ??
01-01-1601 00:00 <DIR> ??
01-01-1601 00:00 0 ??
01-01-1601 00:00 0 ??
...
01-01-1601 00:00 0 ??
01-01-1601 00:00 0 ??
0 bytes in 47 files and 2 dirs
What gives?