Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: file transfer with zsh
- X-seq: zsh-users 15908
- From: Simon Mages <mages.simon@xxxxxxxxxxxxxx>
- To: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- Subject: Re: file transfer with zsh
- Date: Wed, 30 Mar 2011 18:29:46 +0200
- Cc: zsh-users@xxxxxxx
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=jIdf46JabsRCxr7ilorHeBQ1QqBCsBoEi5J2NOGJMaY=; b=T3H8xosCyDVetspARWhEBOUzYu8rV0jGHagU8c9+Zig1ubT4ztolewjOeeH/T0REL6 0VR0I06N8qJDY2eFKeHfAvtGKFvZbe1Q/Ctvxmr+hR1RAZGCKIL/Fli6IZV247A/moEv UPrcLazw1P1C6REVgRBRzEkN17ZZupJLn9+ww=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=kFX9KNXWsYrNvVI5VRWHIuC5Tilsu181AyJMQ89NKQz9NJpwsfpE9bREnbjrkwXMlV Y1gxp5ObDUz+qwy18u/DdhF1h8LcZwW9NW898FOKIUP6czhyJFE0i8+vlysWzNz1M/Fk +ppZlwaPV/DwIlPgt33AcH/0vuTwK7dc9aYjk=
- In-reply-to: <110330073721.ZM618@torch.brasslantern.com>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <AANLkTi=5d=ZECsWew8fVnUtiF-nMuP2zWzZ6umqPmrBy@mail.gmail.com> <110330073721.ZM618@torch.brasslantern.com>
2011/3/30 Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
> On Mar 30, 2:09pm, Simon Mages wrote:
> }
> } I have to transfer archives from many Solaris 10 Machines to one of them.
> I
> } can't use FTP, NFS or Netcat because they are not installed or blocked
> and
> } SCP (SFTP) is to slow.
>
> If SFTP is too slow, you're not likely to write a shell script that
> outperforms it enough to make any useful difference. Have you checked
> whether rsync will work? That'd be your most efficient option.
>
> What is it you were hoping to do? Set up your own service listening on
> a port on one machine and connect to it from another? That's done with
> the tcp_point and tcp_shoot commands; run tcp_point on the destination
> machine and then tcp_shoot on the source machine. There's an example
> of this in the documentation. "sum" or "md5sum" the files on both
> sides after transfer to make sure nothing was lost or corrupted.
>
> However, if you can set up tcp_point on an open port on the target
> machine, you ought to be able to set up an rsync daemon instead, and
> that'll be much more reliable and probably a lot faster.
>
> Failing that, I'd recommend instead that you create an account on one of
> the cloud-based file-sharing services like dropbox.com or the recently-
> announced Amazon cloud drive or even Amazon S3. Push the archives there
> and then pull them down to the target. Yes, this theoretically takes
> twice as long as direct transfer but should be reliable and possibly
> automatic (hmm, I don't know if e.g. dropbox has a Solaris client).
>
Oh thanks, i over read tcp_point and tcp_shoot, it is working for me.
The Reason why i try to use the ZSH is that im not allowed to change the
setup of the Machines or activate a Daemon or something.
But zsh is installed and full usable. And this cloud thing is not
practicable because this Machines haven't a Internet Connection.
BR Simon
Messages sorted by:
Reverse Date,
Date,
Thread,
Author