Re: sysout from ftp script disappearing
- From: adrian@xxxxxxxxxxxx
- Date: Tue, 26 May 2009 07:31:49 -0700 (PDT)
can someone tell me how to script ftp in a manner consistant
with my being able to see the output AND save it for posterity?
I haven't tested it, but how about...
# START EXAMPLE
myftp() {
ftp << EOT
open my.server.net
cd public_html
ascii
put my_vim_page.html
put ../.vimrc .vimrc
bye
EOT
}
myftp | tee -a ftp.log
#END EXAMPLE
....Best Regards,
=Adrian=
.
- Follow-Ups:
- Re: sysout from ftp script disappearing
- From: OldSchool
- Re: sysout from ftp script disappearing
- References:
- sysout from ftp script disappearing
- From: _sc_
- sysout from ftp script disappearing
- Prev by Date: Re: download all the files of Version A3(1.0) on a web page
- Next by Date: Re: download all the files of Version A3(1.0) on a web page
- Previous by thread: Re: sysout from ftp script disappearing
- Next by thread: Re: sysout from ftp script disappearing
- Index(es):
Relevant Pages
|