![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Can Linux pick up Unix Hard Drive? | zahid.amin | UNIX for Advanced & Expert Users | 4 | 07-26-2007 03:20 AM |
| The best partitioning schem for a 250GB Sata hard drive & a 75GB SCSI hard drive | sirbijan | Filesystems, Disks and Memory | 0 | 04-05-2006 11:19 AM |
| Formatting hard drive from Unix to Windows | howarddtp | UNIX for Advanced & Expert Users | 4 | 07-03-2005 12:32 PM |
| Wiping UNIX Hard Drive | rocky123 | UNIX for Dummies Questions & Answers | 10 | 10-10-2002 05:42 AM |
| seperate hard drive for unix & x windows | jeffersno1 | UNIX for Dummies Questions & Answers | 4 | 09-04-2001 08:28 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
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
|
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
From a PC -> unix server?
You have to have an account on the unix server - username password Code:
ftp <unix server nodename> username password ftp> cd /path/to/unix/directory ftp> put myfile ftp> bye if the server allows anonymous ftp. |
|
#3
|
|||
|
|||
|
thank you . I will try it
|
|
#4
|
|||
|
|||
|
but , I am trying to ftp from my c drive. So, will this work. Can you take a example of a dummy file name and write the command please.
Thank you |
|
#5
|
|||
|
|||
|
Code:
ftp hostname user: foo password: bar put c:\my\windows\file target-file-on-unix quit Code:
ftp hostname user: foo password: bar put file quit |
|
#6
|
|||
|
|||
|
but for PUT FILE, do we have to give the file location like c:\filename ?
|
|
#7
|
|||
|
|||
|
Thanks. I got it .
Thanks a lot again |
|||
| Google The UNIX and Linux Forums |