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

Re: Command for transferring direcotry in FTP by Kristofer

Kristofer
Sat May 28 07:45:58 CDT 2005

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

Re: Command for transferring direcotry in FTP by Jason

Jason
Sun May 29 03:38:48 CDT 2005

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



Re: Command for transferring direcotry in FTP by Kristofer

Kristofer
Sun May 29 03:41:10 CDT 2005

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

Re: Command for transferring direcotry in FTP by Jason

Jason
Sun May 29 03:52:10 CDT 2005

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



Re: Command for transferring direcotry in FTP by Kristofer

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

Re: Command for transferring direcotry in FTP by Anatoly

Anatoly
Sun May 29 04:58:56 CDT 2005

SGVsbG8sIEtyaXN0b2ZlciENCllvdSB3cm90ZSAgb24gU3VuLCAyOSBNYXkgMjAwNSAwMjowOToy
MCAtMDcwMDoNCg0KS0dNPiBTbywgdGhhdCBpcyB0aGUgRlRQIENsaWVudCB5b3UgYXJlIHVzaW5n
LiBZb3UgbmVlZCB0byBsb29rIHVwIHdoYXQgDQpLR00+IGZlYXR1cmVzIGl0IHN1cHBvcnRzLiBC
dXQgaXQgaXMgYSBsaW1pdGVkIEZUUCBjbGllbnQsIHNvIGkgZG91YnQgaXQgS0dNPiBzdXBwb3J0
cyB3aGF0IHlvdSB3YW50IHRvIGRvLg0KDQpJdCdzIHN1cHBvcnQgTUdFVC9NUFVUIA0KDQpLR00+
IEphc29uIA0KS0dNPiB3cm90ZToNCg0KPz8+PiBJIGp1c3QgdXNlIHRoZSBGVFAgY29tbWFuZCBp
biB0aGUgY29tbWFuZCBwcm9tcHQgd2l0aCBhIA0KS0dNPiBXaW5kb3dzIDIwMDANCj8/Pj4gd29y
a3N0YXRpb24uDQoNCi0tIA0KV2l0aCBiZXN0IHJlZ2FyZHMsDQpBbmF0b2x5IFBvZGdvcmV0c2t5
DQoNCg==