On Thu, Jun 25, 2009 at 11:20:49PM -0400, Chris Sutcliffe wrote: > Using lftp version 3.7.6 in Cygwin (the version that's part of the > Cygwin distro), when I do an 'ls -ltr' I get a message stating t and r > are invalid options. I tried doing just an 'ls -t' and got the same > invalid option message. What's interesting is that 't' and 'r' are > supported by 'ls' as part of the Cygwin shell (I'm using bash), and > doing an 'ls -l' works as expected. Anybody have any idea what could > be causing the problem? I've checked 'cmd:ls-default' and it's not > currently set to anything.
Probably you are not using ftp protocol, or the ftp server does not support these options. Try `cls' command. -- Alexander..
