Re: Remote Login using shell script
- From: "vr" <valentino.rossi.85@xxxxxxxxx>
- Date: 25 Sep 2006 19:41:30 -0700
you can also use ftp, thought it's unsecure:
#!/bin/sh
ftp -n <remote host> << EOF
user <username> <password>
bin
hash
prompt off
cd <subdir>
mget *
bye
EOF
.
- References:
- Remote Login using shell script
- From: nagesh
- Re: Remote Login using shell script
- From: Bill Marcum
- Remote Login using shell script
- Prev by Date: Re: The number of Network Adapters(NIC)
- Next by Date: Re: handling spaces in the filenames of a URL
- Previous by thread: Re: Remote Login using shell script
- Next by thread: :t and getting senile.
- Index(es):
Relevant Pages
|