![]() |
|
|
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 |
| how to convert from korn shell to normal shell with this code? | forevercalz | Shell Programming and Scripting | 21 | 11-23-2005 02:18 AM |
| KORN Shell - Spawn new shell with commands | frustrated1 | Shell Programming and Scripting | 2 | 04-20-2005 03:23 PM |
| Korn Shell | gpanesar | Shell Programming and Scripting | 4 | 03-25-2005 05:46 PM |
| Command ignored after sftp - korn shell | alienET | Shell Programming and Scripting | 1 | 03-24-2005 05:06 PM |
| korn shell + sftp + list files | alienET | Shell Programming and Scripting | 1 | 03-24-2005 11:12 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
SFTP using korn shell
Hi All,
I am able to SFTP files using the below command in my script. sftp -b test.bat $user@$IP << EOF i have written the following command in the test.bat file put /home/user1/testfile.txt /ftpdata/out/ quit i am able to sftp the testfile.txt from one server to another. could any one suggest me how can i incorporate the test.bat file contents into main script only. acutlly i dont want to use one more file which contians the ftp command. Thanks in Advance Singhal |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|