Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: FTP big file to little laptop
Here is our way to move oracle dump file which is 6G (using ssh):
ssh -n <remote_unix_box_name> cat /oracle/u4/dev_staging/oracle.dmp.1.gz >
/data/oracle.dmp.1.gz
/oracle/u4/dev_staging/oracle.dmp.1.gz is dump file from remote box that
we want to download
/data/oracle.dmp.1.gz is the local file name
HTH. Guang
-----Original Message-----
Bellow, Bambi
Sent: Friday, September 26, 2003 1:40 PM
To: Multiple recipients of list ORACLE-L
Friends --
Don't ask for the details... they're too gruesome for print... but I need to FTP several 30GB files to my laptop, and all the FTP packages I've tried crap out at 4G. And before someone yells OT, they're DBF files and this is a backup.
BTW, the Maxtor 250GB external storage device... very nice.
Bambi.
-- Please see the official ORACLE-L FAQ: http://www.orafaq.net -- Author: Bellow, Bambi INET: bbellow_at_chi.navtech.com Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services --------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). -- Please see the official ORACLE-L FAQ: http://www.orafaq.net -- Author: Guang Mei INET: gmei_at_incyte.com Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services --------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Fri Sep 26 2003 - 13:04:36 CDT