From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Ld4P8-00046N-QL for garchives@archives.gentoo.org; Fri, 27 Feb 2009 15:13:35 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B4255E02C7; Fri, 27 Feb 2009 15:13:33 +0000 (UTC) Received: from el-out-1112.google.com (el-out-1112.google.com [209.85.162.180]) by pigeon.gentoo.org (Postfix) with ESMTP id 8F89DE02C7 for ; Fri, 27 Feb 2009 15:13:33 +0000 (UTC) Received: by el-out-1112.google.com with SMTP id b25so1030887elf.1 for ; Fri, 27 Feb 2009 07:13:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to :content-type:content-transfer-encoding; bh=1Bs6ngCFgOLCeB6xP/783qFY5IZ5iIrEbHfUrwjewvI=; b=g7OHz3EyKYohrUYJGlGp1h8oeqQ0rOFK0AFFMHnOB4hF+QNe0Xb6mJn5ySGkoinZGq 8JELF4J/YIskYkdWGjg6KJ9jP6S0KZ7FGl7O6rAil1IvLy9Gb+W9i1X2ynu/f/efmtya Gk0M1/WUigdfUPe2HoT5V7sc+2lV2+ZdcPEug= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type :content-transfer-encoding; b=Qeds6jT8sK+zmbqrr9d3ADldfIWnoUvTTkuLthG/WWtto1DhR7zG2ijMk4rwioJIQz 9Iwu2om6zUFk74Z+TeIGbnF0pXDGiv9S+5wYPVD7fi7rJMRqLzq9jv4CxSFqEpSwj9Gu 4PCiBfivoKtsIHdqyxQk7HUPH9XXwankLDxxU= Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Sender: paul.hartman@gmail.com Received: by 10.150.146.14 with SMTP id t14mr4146942ybd.5.1235747613160; Fri, 27 Feb 2009 07:13:33 -0800 (PST) In-Reply-To: <2ad02ec0902262346n2304afaeu558769699b40cc1e@mail.gmail.com> References: <2ad02ec0902262346n2304afaeu558769699b40cc1e@mail.gmail.com> Date: Fri, 27 Feb 2009 09:13:33 -0600 X-Google-Sender-Auth: 9175cca06f13a82d Message-ID: <58965d8a0902270713va9179ar64efb98ce965439d@mail.gmail.com> Subject: Re: [gentoo-user] looking for a ftp client script From: Paul Hartman To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Archives-Salt: cc5ed1d8-c16a-42ec-9286-e5746b811db0 X-Archives-Hash: fd0487f44cce1b01961d4b64b2d909bd On Fri, Feb 27, 2009 at 1:46 AM, Weifeng Liu wrote: > Hi guys, > > I need to exchange some files between a AIX developer server and my gentoo > desktop, actually it is not a gentoo request :-). There is no ftp client > tool or file server setup on that AIX server, and I don't have enough power > to install any binary tool. So, I think it is possible to use script on AIX, > then it will get/put files from/to my gentoo's ftp server. Can anyone > recommend such a script? Perl based script is prefered, > > Thanks, > Weifeng http://www.example-code.com/perl/perlftp.asp Good luck, Paul