![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
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 | mohan705 | Shell Programming and Scripting | 1 | 04-18-2009 10:58 AM |
| SFTP Failed---Request for subsystem 'sftp' failed on channel 0 | mahiban | AIX | 0 | 07-25-2008 02:51 AM |
| SFTP help | bsandeep_80 | SUN Solaris | 1 | 07-30-2007 11:49 AM |
| Need help for SFTP | ravi.sadani19 | Shell Programming and Scripting | 1 | 01-29-2007 02:16 AM |
| sftp | OrthoProof USA | UNIX for Dummies Questions & Answers | 1 | 06-09-2006 03:44 PM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
sftp help
I would kindly request if somebody can brief me on this sftp script:
I have a regular ftp script; HOST='ftp.server.com' USER='RubinPat' PASSWD='myname' ftp -in $HOST <<END_SCRIPT quote USER $USER quote PASS $PASSWD bi get file.txt Now my requirement is to create a sftp script. As per suggestion I created a .netrc file but that is not allowed. I have never done a sftp script before so am grooping in the dark. Can somebody tell me am I supposed to create a .ssh file or something....is sftp very much different than regular ftp as per coding is concerned........I tried the man page but there is no direction. Can somebody just write me the steps or guide me please? Thanks, |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|