MESSAGE
DATE | 2003-06-11 |
FROM | From: "Rene Ferrer"
|
SUBJECT | Re: [hangout] FTP Question
|
From owner-hangout-desteny-at-mrbrklyn.com Wed Jun 11 11:33:41 2003 Received: from www2.mrbrklyn.com (localhost [127.0.0.1]) by mrbrklyn.com (8.12.3/8.11.2/SuSE Linux 8.11.1-0.5) with ESMTP id h5BFXf9Y012357 for ; Wed, 11 Jun 2003 11:33:41 -0400 Received: (from mdom-at-localhost) by www2.mrbrklyn.com (8.12.3/8.12.3/Submit) id h5BFXfr5012356 for hangout-desteny; Wed, 11 Jun 2003 11:33:41 -0400 X-Authentication-Warning: www2.mrbrklyn.com: mdom set sender to owner-hangout-at-www2.mrbrklyn.com using -f Received: from hotmail.com (bay2-f164.bay2.hotmail.com [65.54.247.164]) by mrbrklyn.com (8.12.3/8.11.2/SuSE Linux 8.11.1-0.5) with ESMTP id h5BFXe9Y012351 for ; Wed, 11 Jun 2003 11:33:41 -0400 Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Wed, 11 Jun 2003 08:36:42 -0700 Received: from 67.84.234.222 by by2fd.bay2.hotmail.msn.com with HTTP; Wed, 11 Jun 2003 15:36:42 GMT X-Originating-IP: [67.84.234.222] X-Originating-Email: [ferrer_rene-at-hotmail.com] From: "Rene Ferrer" To: joev_nylxs-at-pipeline.com, hangout-at-nylxs.com Subject: Re: [hangout] FTP Question Date: Wed, 11 Jun 2003 15:36:42 +0000 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 11 Jun 2003 15:36:42.0740 (UTC) FILETIME=[421E8B40:01C3302F] Sender: owner-hangout-at-mrbrklyn.com Precedence: bulk Reply-To: "Rene Ferrer" List: New Yorker GNU Linux Scene Admin: To unsubscribe send unsubscribe name-at-domian.com in the body to hangout-request-at-www2.mrbrklyn.com X-Evolution: 00000662-0000 X-Keywords: X-UID: 13399 Status: RO Content-Length: 2092 Lines: 85
Joe,
It's all in your syntax. FTP is alot dumber than you're treating it: follow this example.
>so I then tried mput: > >ftp> mput /mac/ACS/website/* /client/home/marketstreetacs/docs/test >mput /mac/ACS/website/8717.jpg? >553 Could not determine cwdir: No such file or directory. >ftp>
The problem is in the implied locations of the mput command and where you're currently pointing to
So.
1. use LCD (local change directory) to where you currently have your files locally. In this case it looks like:
lcd /mac/ACS/website
2. use CD (change directory) to where you want to *put* your files remotely.
cd /client/home/marketstreetacs/docs/test
3. Now you can mput your files:
bin hash prompt (turns off the confirmation for each file) mput *.*
>From: Joe Villari >Reply-To: Joe Villari >To: Hangout >Subject: [hangout] FTP Question >Date: Wed, 11 Jun 2003 11:00:17 -0400 > > >How do I ftp more than one file at a time or an entire directory? > >when I use put this is what happens: > >ftp> pwd >257 "/client/home/marketstreetacs/docs/test" is current directory. >ftp> put /mac/ACS/website/* /client/home/marketstreetacs/docs/test >local: /mac/ACS/website/8717.jpg remote: >/client/home/marketstreetacs/docs/test >553 /client/home/marketstreetacs/docs/test: Is a directory. >ftp> > >so I then tried mput: > >ftp> mput /mac/ACS/website/* /client/home/marketstreetacs/docs/test >mput /mac/ACS/website/8717.jpg? >553 Could not determine cwdir: No such file or directory. >ftp> > >Thanks >Joe > >____________________________ >NYLXS: New Yorker Free Software Users Scene >Fair Use - >because it's either fair use or useless.... >NYLXS is a trademark of NYLXS, Inc
_________________________________________________________________ Protect your PC - get McAfee.com VirusScan Online http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963
____________________________ NYLXS: New Yorker Free Software Users Scene Fair Use - because it's either fair use or useless.... NYLXS is a trademark of NYLXS, Inc
|
|