Changes between Version 8 and Version 9 of Transferring Large Data
- Timestamp:
- 08/28/06 18:04:38 (20 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Transferring Large Data
v8 v9 24 24 == receiving data from external sources == 25 25 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.26 Your 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. 27 27 28 28 If 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.
