From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17126 invoked by alias); 30 Mar 2011 12:09:28 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: X-Seq: 15905 Received: (qmail 20525 invoked from network); 30 Mar 2011 12:09:26 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW, T_TO_NO_BRKTS_FREEMAIL autolearn=ham version=3.3.1 Received-SPF: pass (ns1.primenet.com.au: SPF record at _spf.google.com designates 209.85.212.43 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:date:message-id:subject:from:to :content-type; bh=lhEC8kUss0DJnhXlcqGM4A9uNkLKWBMHlvveaBnjTSE=; b=P1A4VtMoZcSuLIL+WAf8DbgbRTjSNk1C/OUfV2cFDWQWOsOrzH6wvhFJrQrrlJDMA1 /vZ5C+Zw91tW6XIREjyQAJe7CZU6iGgTtz3yp9OUUkyLMSFFzWQQ5lp9ENnoitdw2pcp 3ZI+8WAstNzbHR6ZSDZ5igjEIsLRZcmf0KaSI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=efuuashJQNiRDqFwfx+cMVL29E3TqRXgWtXZx2c54c78YU9Zm1LRWf91swE5UbY/JJ 1wHnoRyEvClK+uEVuElQHzjcrRE6M+AiRzyYyFdHGKgfkKKaVdfhDnfd9oX2DeoQ13jg edY3Y/Hi9s9wr8uAjfX938dKcCtUu/3/QM7Yk= MIME-Version: 1.0 Date: Wed, 30 Mar 2011 14:09:18 +0200 Message-ID: Subject: file transfer with zsh From: Simon Mages To: zsh-users@zsh.org Content-Type: multipart/alternative; boundary=90e6ba53a872df5c5e049fb20b9d --90e6ba53a872df5c5e049fb20b9d Content-Type: text/plain; charset=ISO-8859-1 Hi, 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. So i studied the man pages of zshtcpsys and zshmodules but with no success. I found some Examples in the Internet but they only transfer text in different ways. At the Moment i don't have access to the Machines but i think the installed zsh version is 4.1.2 or 4.1.1. Can someone give me an working example? BR Simon --90e6ba53a872df5c5e049fb20b9d--