On Nov 22, 2008, at 11:27, Arkadiusz Miskiewicz wrote:
On Friday 23 of May 2008, Arkadiusz Miskiewicz wrote:sftp:// connection, lftp 3.7.1: lftp > ls -1t ls: invalid option -- '1' ls: invalid option -- 't' (to get sorted by time + only name) but lftp does pure "ls".Any chance to see this implemented?
See the "cls" command in lftp instead. cls -1 --sort=size You can read more about the switches in "help cls" or the man page.
