![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| File transfer between unix and windows server | Tlg13team | HP-UX | 2 | 02-08-2008 07:40 AM |
| Transfer file from local unix server to remote server | indira | Shell Programming and Scripting | 2 | 05-03-2007 03:35 AM |
| Transfer file from local unix server to remote server | indira | HP-UX | 2 | 05-02-2007 02:15 PM |
| server Hangs during FTP transfer | sgoundar | Filesystems, Disks and Memory | 0 | 05-21-2006 03:33 PM |
| Transfer files from Unix server to Windows using FTP | gjsaravanan | UNIX for Dummies Questions & Answers | 1 | 08-22-2005 04:55 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#8
|
|||
|
|||
|
Chris,
You can also use ftp to transfer files. You can incorporate the ftp commands in your shell script very easily. For example: Code:
(commands to create your zip file) ftp serverABC<<EOF user username password cd /home/web/xyz.com/temp put test.zip quit EOF (Now you can continue with the script and issue local commands) |
| Forum Sponsor | ||
|
|
|
#9
|
|||
|
|||
|
Try and avoid ftp, telnet, rcp, rlogin, rsh, rcmd etc. Use the secure replacements.
|
|||
| Google The UNIX and Linux Forums |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|