Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: zftp bit of a dark horse?
- X-seq: zsh-users 7802
- From: zzapper <david@xxxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Re: zftp bit of a dark horse?
- Date: Thu, 05 Aug 2004 22:29:05 +0100
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <i8ssf0p0h3s1l72j704ho8r9bp0kh7b6lk@xxxxxxx> <Pine.LNX.4.58.0408021212310.17694@xxxxxxxxxxxxxxxxx>
- Sender: news <news@xxxxxxxxxxxxx>
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