We relaunched the TWiki.org project with an expanded TWiki charter, and we invite you to participate! The TWiki.org Code of Conduct agreement took effect on 27 Oct 2008. We ask existing twiki.org users to opt-in. You need to opt-in to participate in the Blog, Codev, Plugins and TWiki webs. -- PeterThoeny - 27 Oct 2008
You are here: TWiki> Wikilearn Web>UsingFtpReminder (15 Mar 2003, RandyKramer)
Tags:
create new tag
, view all tags
See UsingLinuxCommands? and AboutThesePages for the intent of this series of pages.

See UsingFtpBeginner for an expanded version of this page.

Contents:

Intent

Use ncftp to download a file from a remote computer.

Sample Session

  • Switch to the (local) directory where you want to save the file. Otherwise, use lpwd and lcd from within ncftp.

  • Confirm you have permission and sufficient space to save the file in the desired directory.

  • Commands:

     ncftp

     ncftp> open ftp://carroll.cac.psu.edu (use "open carroll" if a bookmark exists)

or, if you need to specify your userid and password:

ncftp> open -u <userid> -p <password> ftp://carroll.cac.psu.edu

     ncftp> cd /pub/linux/distributions/mandrake/iso/ 

     ncftp> bookmark carroll 

     ncftp> use "lpwd" and "lcd" if required

     ncftp> get Mandrake72-inst.iso 

 
Note: If you restart a failed transfer, enter "R" to resume the transfer (not "A" to append).

     ncftp> quit

     md5sum Mandrake72-inst.iso

Gotchas

  • Apparently, if the directory/partition fills up where you are storing the downloaded file, Linux / ncftp simply deletes the file.

ToDos

  • Test these instructions, or better yet, have somebody else test them and confirm they work. (I have tested them, but without following line by line.)

-- RandyKramer - 10 Jun 2001
(transferred from swiki, originally from CLUG wiki)

Topic revision: r5 - 15 Mar 2003 - 11:55:38 - RandyKramer
 
TWIKI.NET
Copyright © 1999-2008 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback
See TWiki's New Look