![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | 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 and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| sftp using authorized_keys in unix | rinku | Shell Programming and Scripting | 1 | 03-24-2008 11:05 AM |
| Paswordless SFTP on Unix | billy_mega | Shell Programming and Scripting | 7 | 02-06-2008 10:13 AM |
| SFTP from windows E:/ to unix server | pranavagarwal | Shell Programming and Scripting | 12 | 11-28-2007 10:58 AM |
| SFTP file from unix box to a NT server | queenie680 | UNIX for Dummies Questions & Answers | 5 | 11-12-2007 06:41 PM |
| sftp from unix to NT | anthonykomma | HP-UX | 1 | 09-08-2006 02:00 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
SFTP vs FTP and going UNIX to LINUX
I have automated an ftp process that FTP's files from one UNIX box to another in the following format:
ftp -n -v $REMOTE_SERV << EOF user $FTP_USER $FTP_PASS cd $REMOTE_PATH put $CUR_NAME $NEW_NAME bye But how can I accomplish this SFTPing from a UNIX box to a LINUX box? I've seen talk about an authenication key. But, what if I don't have that set up? Am I S.O.L.? I am a very novice shell scripter so any help (especially spelling it out for me) would be greatly appreciated. Thanks, Tim |
|
||||
|
Quote:
"scp" might be better for what you try to accomplish. |
|
||||
|
Quote:
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|