![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | 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 here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Implicit login in AIX | rajesh_149 | AIX | 1 | 08-24-2005 11:33 AM |
| implicit ssl vs explicit ssl | jerardfjay | UNIX for Advanced & Expert Users | 1 | 08-03-2005 12:01 PM |
| Implicit Ping | skotapal | Shell Programming and Scripting | 2 | 11-11-2004 08:40 AM |
| gcc warnings: implicit declaration of function... | Ahsan | High Level Programming | 2 | 08-29-2003 07:15 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
||||
|
||||
|
FTP/implicit SSL
Hi,
I want to FTP can some one help me how do I do this manually from unix command line Thanks, Last edited by sridatos; 01-08-2008 at 12:46 PM. |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
I use "$HOME/.netrc" to manage the logins to remote boxes for ftp then just write a simple script that I use as stdin for ftp.
I personally prefer to use scp for file transfers and use public/private key pairs. Also, consider using "wget". |
|
#3
|
|||
|
|||
|
Hi Sridatos,
Yes, use putty (google it if you have never heard of it). It's a stable download that allows recursive getting (so mget -r nameofdir/*) will get a directory plus its contents, whilst preserving the order (and info) of subdirectories and files. This makes superior to most UNIX sftp commands. Good luck. |
|||
| Google The UNIX and Linux Forums |