Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: zftp bit of a dark horse?



On Mon, 2 Aug 2004 12:36:04 -0700 (PDT),  wrote:

>On Wed, 21 Jul 2004, zzapper wrote:
>
>> Hi,
>
>Greetings, zapper,
>  Long time no see :)
>

Peter,
I've just tried using zftp (on cygwin) it's marvellously intutive, I wrote a script to upload a file
in seconds and it worked straightway without any fiddling!!!

I had been scared by the idea of installing zftp but that's simple

here's my script

cd /my_local_directory
# init zftp
autoload -U zfinit  
zfinit
# login & connect
zfparams www.rayninfo.co.uk myuserid mypassword
zfopen
# lets ftp a file
zfput my_local_file.html
zfls -l my_local_file.html


zzapper (vim, cygwin, wiki & zsh)
--

vim -c ":%s%s*%CyrnfrTfcbafbeROenzSZbbyranne%|:%s)[R-T]) )Ig|:norm G1VGg?"

http://www.vim.org/tips/tip.php?tip_id=305  Best of Vim Tips



Messages sorted by: Reverse Date, Date, Thread, Author