On Jun 4, 2007, at 22:18, bl00m (aka Adam) wrote:
---> LIST
<--- 550 No data sets found.
---- Closing data socket
ls: Access failed: 550 No data sets found.
[...]
Here is the output from the Sun ftp client - same cd and ls, but here
it lists out directories:
---> NLST
125 List started OK
Looks like this option detailed in the man page is just what you need:
ftp:list-empty-ok (boolean)
if set to false, empty lists from LIST command will be
treated
as incorrect, and another method (NLST) will be used.
Although the description sounds a bit broken. I think it should read
"if set to yes," as "no" is the default.
So try
set ftp:list-empty-ok yes