The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
Google UNIX.COM


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 !!

More UNIX and Linux Forum Topics You Might Find Helpful
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

Reply
 
Submit Tools LinkBack Thread Tools Search this Thread Display Modes
  #8  
Old 12-16-2007
Registered User
 

Join Date: Dec 2007
Posts: 5
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)
Reply With Quote
Forum Sponsor
  #9  
Old 12-16-2007
Registered User
 

Join Date: Jan 2007
Posts: 2,965
Quote:
Originally Posted by bbabr View Post
You can also use ftp to transfer files.
Try and avoid ftp, telnet, rcp, rlogin, rsh, rcmd etc. Use the secure replacements.
Reply With Quote
Google The UNIX and Linux Forums
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes




All times are GMT -7. The time now is 05:07 PM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited.
The UNIX and Linux Forums Content Copyright ©1993-2008. All Rights Reserved.Ad Management by RedTyger Visit The Complex Event Processing Blog

Content Relevant URLs by vBSEO 3.2.0