Changes between Version 8 and Version 9 of Transferring Large Data


Ignore:
Timestamp:
08/28/06 18:04:38 (20 years ago)
Author:
dkg@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Transferring Large Data

    v8 v9  
    2424== receiving data from external sources ==
    2525
    26 Your best bet is to ask the sender of the data to post it to a web or ftp server, and then some standard tool (e.g. a browser, `wget`, `curl`, `lftp`, etc) to retrieve the data from there.
     26Your best bet is to ask the sender of the data to post it to a web or ftp server, and then use some standard tool (e.g. a browser, `wget`, `curl`, `lftp`, etc) to retrieve the data from there.
    2727
    2828If the sender of the data does not have access to a server like this, but does have shell access on a remote machine that you also have access to, you could use `sftp` or `scp` to effect the transfer:  have the sender use `scp` or `sftp to move the data to the remote machine, and then use the same tools yourself to transfer them to your local account.