Re: long ftp dir listings
From: Mike Hernandez (sequethin_at_gmail.com)
Date: 09/29/05
- Previous message: FreeBSD usergroup: "Re: Help setting up Vinum mirror"
- In reply to: David: "long ftp dir listings"
- Next in thread: Sandy Rutherford: "Re: long ftp dir listings"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 29 Sep 2005 13:13:57 -0400 To: questions@freebsd.org
On 9/29/05, David <freebsd-questions@gv.net> wrote:
> Dear list,
>
> I am often annoyed trying to get a long directory listing from my unix box
> while ftp'ing somewhere. <pause> is hardly useful, since the listing goes
> by to quickly. Occasionally, I have found a site that uses |more , but this
> is unusual. I often resort to using ftp in Windows DOS mode so I can scroll
> up a long listing. Any good methods would be appreciated.
I use zsh's built in ftp. It's as simple as this (assuming zsh is installed):
#[probably put this in .zshrc]
zmodload zsh/zftp
autoload -U zfinit
zfinit
zfopen ftp.whatever.foo
[user & pass when prompted]
zfcd pub/example/test/etc
zfls|less
The real beauty of it is that you can use all of zsh's expansions and
the ftp stuff sits in the background while you use your shell. For
more info man zshzftpsys
Good luck :)
Mike
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
- Previous message: FreeBSD usergroup: "Re: Help setting up Vinum mirror"
- In reply to: David: "long ftp dir listings"
- Next in thread: Sandy Rutherford: "Re: long ftp dir listings"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|