Kristofer
Sun May 29 04:09:20 CDT 2005
So, that is the FTP Client you are using. You need to look up what
features it supports. But it is a limited FTP client, so i doubt it
supports what you want to do.
--
Regards,
Kristofer Gafvert (IIS MVP)
www.gafvert.info - My Articles and help
www.ilopia.com
Jason wrote:
> I just use the FTP command in the command prompt with a Windows 2000
> workstation.
>
> Thanks
>
> "Kristofer Gafvert [MVP]" <kgafvert@NEWSilopia.com> wrote in message
> news:xn0e2tnaffaegbj01n@news.microsoft.com...
> > If no FTP client is installed, how were you going to communicate with
the
> > FTP server?
> >
> >
> > --
> > Regards,
> > Kristofer Gafvert (IIS MVP)
> > www.gafvert.info - My Articles and help
> > www.ilopia.com
> >
> >
> > Jason wrote:
> >
> >> Dear Kristofer,
> > >
> >> Thank you for your advice. I am also able to do so with FTP Client.
> >> However, I just wonder whether I can do so if I am on a machine where
no
> > FTP
> >> Client is installed.
> > >
> >> Thank you for your help.
> > >
> >> Jason
> > >
> >> "Kristofer Gafvert [MVP]" <kgafvert@NEWSilopia.com> wrote in message
> >> news:xn0e2sf5se3pec001d@news.microsoft.com...
> >> > Hi Jason,
> >> >
> >> > According to the FTP RFC[1], there is no such thing as mput. I can
also
> >> > not find any command that transfers all files in a specified folder
in
> > the
> >> > FTP RFC.
> >> >
> >> > So what you are probably asking for is a client side feature. Please
> > look
> >> > in the documentation for your FTP client if it has the ability to
> > transfer
> >> > all files in a specified folder with only one command.
> >> >
> >> > I know that the FTP client i use (FileZilla [2]) can do this.
> >> >
> >> > [1]
http://www.faqs.org/rfcs/rfc959.html
> >> > [2]
http://filezilla.sourceforge.net/
> >> >
> >> >
> >> > --
> >> > Regards,
> >> > Kristofer Gafvert (IIS MVP)
> >> > www.gafvert.info - My Articles and help
> >> > www.ilopia.com
> >> >
> >> >
> >> > Jason wrote:
> >> >
> >> >> Is there any command to transfer a directory of files (with
> >> > subdirectories)
> >> >> ?
> >> > >
> >> >> I have tried mput * BUT find that it is not able to create
> > subdirectory.
> >> >> Besides, it asks for confirmation for transferring every file.
> >> > >
> >> >> Thanks