Re: long ftp dir listings

From: Mike Hernandez (sequethin_at_gmail.com)
Date: 09/29/05

  • Next message: Charles Swiger: "Re: cvsup through proxy"
    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"


  • Next message: Charles Swiger: "Re: cvsup through proxy"

    Relevant Pages

    • Re: Help. In ftp sessions, how to refresh directory list?
      ... The coder of the example inline comment probably means that if you are doing any directory listing, it needs be refresh in order to see the posted file. ... For example, if you wrote a FTP GUI program and you started it, connected to a ftp site, it will most likely start by listing the current directory. ... For the WININET.DLL library, the FTP user command "DIR" translates to a FTP SERVER "LIST" command, and to WININET.DLL does an emulation of the FindFirstFile/FindNextFile/FindCloseAPIs. ...
      (microsoft.public.vc.language)
    • RE: vsftpd Questions.
      ... FTP access, I want her not to sshinto my system using that user ... After this " Here comes the directory listing" message the directory listing ... directory instead of the respective user's home directory. ... -- redhat-list mailing list unsubscribe mailto:redhat-list-request@redhat.com?subject=unsubscribe ...
      (RedHat)
    • Re: FTP limitation on directory size
      ... I seem to remember someone talking in the past about some limitation on the ... directory size for FTP to be able to see all the files. ... The FTP server producing a directory listing can pretty well just use ... A gui client, on the other hand... ...
      (comp.os.vms)
    • Re: Deny directory listing on vsftpd anonymous upload
      ... Create a file in your user_config_dir called ftp (ftp is the anonymous user) with the line: ... That should give a "550 Permission denied" message if the anonymous user attempts a directory listing. ... University of Leicester, Leicester, LE1 7RH, UK ...
      (RedHat)