On Mon, Jun 09, 2003 at 04:52:38PM +0200, Timo Teifel wrote: > subdirectory, there are 2 directories: > S01 > S02 [completed] > > now I type: > ls S01/ > lftp displays contents of directory S01. > ls S02\ [completed]/ > lftp displays NOTHING!!!
lftp sends the string after ls to server unquoted. Probably the server
needs some quotation. Try:
ls "S02\ [completed]"
And turn on debug to see what is sent to the server.
--
Alexander.
