MESSAGE
DATE | 2003-06-11 |
FROM | From: "Rene Ferrer"
|
SUBJECT | Re: [hangout] FTP Question
|
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
|
|