![]() |
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 only works for root | dfezz1 | UNIX for Advanced & Expert Users | 3 | 06-05-2009 05:37 PM |
| >./a.pl works, >a.pl - does not | zzol | UNIX for Dummies Questions & Answers | 4 | 02-03-2009 12:09 PM |
| how this works? | vijay_0209 | High Level Programming | 7 | 09-04-2008 08:42 AM |
| SFTP Failed---Request for subsystem 'sftp' failed on channel 0 | mahiban | AIX | 0 | 07-25-2008 02:51 AM |
| How ls | wc -l works? | krishmaths | UNIX for Dummies Questions & Answers | 3 | 04-11-2008 04:16 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
how it works ? sftp
Hi,
I am curious about this script , how it is running ..? #!/bin/sh echo "OK, starting now..." ftp remotehost <<EOF When I run , it is asking OK, starting now... Password:Name (remotehost): SHould I enter only password ? and explain me how it works.. thanks in advance.. |
|
||||
|
ftp is an unencrypted transfer. You may need to provide a password if you are accessing a protected directory. Anonomous ftp works by just being lax in the authentication. You enter anonomous as the account an email address as the password. Few systems even validate the email for form, less accuracy.
sFTP is an encrypted transfer. You may use a password to authenticate to a host. (or you can use a digital certificate). |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|