Re: ftp.1: "dir |more" example not working as intended

2015-11-05 Thread Ingo Schwarze
Hi Frederic, Frederic Nowak wrote on Tue, Nov 03, 2015 at 04:59:35PM +0100: > I think the "dir |more" example in ftp.1 is not working as intended. > > ls (and by extension its synonym dir) expects to be called like this: > > ls [remote-directory [local-file]] > > Therefore, "dir |more" would p

Re: ftp.1: "dir |more" example not working as intended

2015-11-04 Thread Ingo Schwarze
Hi, Frederic Nowak wrote on Tue, Nov 03, 2015 at 04:59:35PM +0100: > I think the "dir |more" example in ftp.1 is not working as intended. True. > ls (and by extension its synonym dir) expects to be called like this: > > ls [remote-directory [local-file]] > > Therefore, "dir |more" would print

ftp.1: "dir |more" example not working as intended

2015-11-03 Thread Frederic Nowak
Hi there, I think the "dir |more" example in ftp.1 is not working as intended. ls (and by extension its synonym dir) expects to be called like this: ls [remote-directory [local-file]] Therefore, "dir |more" would print the contents of a remote directory called "|more", which usually doesn't exi