Sponsored Content
Top Forums UNIX for Dummies Questions & Answers How to transfer files from UNIX to my own Hard drive storage? Post 302113704 by blowtorch on Monday 9th of April 2007 08:35:27 AM
Old 04-09-2007
What heru_90 is saying is basically correct. Whether you use sftp/scp or ftp to transfer data, just make sure that you 'cd' to a directory on the external hard disk before you run the data transfer.
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

seperate hard drive for unix & x windows

thanks for your help, i didnt realise you could download the operating system from sun.com:D Ive just had a new hard drive installed 20 GIG for unix and x windows. How can i connect this hard drive for unix and x windows only? and are there any helpful tutorials for starters?? Many thanks (4 Replies)
Discussion started by: jeffersno1
4 Replies

2. UNIX for Dummies Questions & Answers

Wiping UNIX Hard Drive

Hello all, Maybe someone can help? Please?!?!? How do I wipe a UNIX hard drive, For dos I use Norton. Is there something like that for UNIX. I am just barley understanding UNIX, so please forgive my ignorance. Also, is there a government approved method of sanitization? Thanks (10 Replies)
Discussion started by: rocky123
10 Replies

3. UNIX for Advanced & Expert Users

Formatting hard drive from Unix to Windows

Can a hard drive be formatted from unix server to windows 2000 professional? (4 Replies)
Discussion started by: howarddtp
4 Replies

4. UNIX for Dummies Questions & Answers

How do copy certain files and directories from one hard drive to another?

I have two drives (scsi) mounted on one server and I need to copy certain files and directories from one drive to the other. Any suggestions :confused: (4 Replies)
Discussion started by: shorty
4 Replies

5. Filesystems, Disks and Memory

The best partitioning schem for a 250GB Sata hard drive & a 75GB SCSI hard drive

Hi I have 2 75GB SCSI hard drives and 2 250GB SATA hard drives which are using RAID Level 1 respectively. I wana have both FTP and Apache installed on them as services. I'm wondering what's the best partitioning schem? I wana use FC3 as my OS, so, I thought I can use the 75GB hard drive as the /... (0 Replies)
Discussion started by: sirbijan
0 Replies

6. UNIX for Advanced & Expert Users

format unix hard drive on windows xp

Hello, How is it possible to copy the partition of hard drive that have unix on it (it's a scsi hard drive of an Irix (SGI)), under windows xp - what I did till now is to connect the drive to the my pc (windows xp installed) with a scsi adapter and the program partition magic can't recognize the... (2 Replies)
Discussion started by: moyalt
2 Replies

7. Shell Programming and Scripting

ftp from hard drive to unix server

i want to ftp a flat file from my local harddrive to the unix server box. Can anybody send me the command. Thanks (6 Replies)
Discussion started by: dummy_needhelp
6 Replies

8. Shell Programming and Scripting

help transferring tar files from cdrom to hard drive

alright guys, this is a pretty noob question but I need a script that will take a tarred folder "Animals" from cd and copy and extract it to replace an existing folder on hard drive called "Animals". (to give us more variations for another program which we don't need to worry about here), take the... (1 Reply)
Discussion started by: hootdocta5
1 Replies

9. UNIX for Dummies Questions & Answers

Installing UNIX and booting from External Hard Drive

Hello I have a new project being kicked off next month and i should learn UNIX fast. I have never used UNIX before so i have the following questions: 1) Is any UNIX free to install? 2) Can i install and boot UNIX from an External Hard Drive (The system board on my laptop crashed so i took the... (2 Replies)
Discussion started by: pipsonian
2 Replies

10. Shell Programming and Scripting

Unix server to Hard-drive connected on the machine

Hi, I have an external hard drive connected to my iMac. I am logged into a Linux_x86_64 server. Now, if I want to download files directly to the hard drive, is there a way to do it. Currently, I am chasing cyberduck to download content to the hard drive. (3 Replies)
Discussion started by: jacobs.smith
3 Replies
RZ(1)							      General Commands Manual							     RZ(1)

NAME
rz - receive a file using the zmodem protocol SYNOPSIS
rz [-abepqvy] [-t timeout] OPTIONS
-a CP/M to UNIX conventions -b Binary file -e Escape for all control characters -p Protect file if it already exists -q Quiet; opposite of verbose -t Set timeout in tenths of a second -v Verbose; opposite of quiet -y Yes, clobber existing files EXAMPLES
rz </dev/tty01 >/dev/tty01 # Receive a file DESCRIPTION
The XMODEM, YMODEM, and ZMODEM family of file transfer programs are widely used on personal computers. MINIX supports ZMODEM, the most advanced of the set. The programs sz and rz are used for sending and receiving, respectively. Rz and sz are programs that uses an error correcting protocol to transfer files over a dial-in serial port from a variety of programs run- ning under various operating systems. Rz (Receive ZMODEM) receives files with the ZMODEM batch protocol. Pathnames are supplied by the sending program, and directories are made if necessary (and possible). The meanings of the available options are: -a Convert files to UNIX conventions by stripping carriage returns and all characters beginning with the first Control Z (CP/M end of file). -b Binary (tell it like it is) file transfer override. -c Request 16 bit CRC. XMODEM file transfers default to 8 bit checksum. YMODEM and ZMODEM normally use 16 bit CRC. -D Output file data to /dev/null; for testing. -e Force sender to escape all control characters; normally XON, XOFF, DLE, CR-@-CR, and Ctrl-X are escaped. -p Protect: skip file if destination file exists. -q Quiet suppresses verbosity. -t Change timeout tenths of seconds (timeout follows flag). -v Verbose causes a list of file names to be appended to /tmp/rzlog. More v's generate more output. -y Yes, clobber any existing files with the same name. SEE ALSO
sz(1), term(1). RZ(1)
All times are GMT -4. The time now is 07:25 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy