Hi all,
I'd like to write batch which get a directory from other ftp server, but it
seems ftp command cannot get directory recursively , what's wrong?
Thanks
Michael Bednarek
09-13-2006, 02:59 AM
On Wed, 13 Sep 2006 07:19:51 +0800, "hon" wrote in
microsoft.public.win2000.cmdprompt.admin:
>I'd like to write batch which get a directory from other ftp server, but it
>seems ftp command cannot get directory recursively , what's wrong?
To do this, I use 4NT which has transparent FTP support built-in. The
simple command
DIR /S "ftp:"
will probably do what you want.
4NT is a commercial program. Its FTP support is documented at
<http://jpsoft.com/help/ftpservers.htm>.
--
Michael Bednarek http://mbednarek.com/ "POST NO BILLS"
Christophe Naguet
09-19-2006, 12:46 PM
hon wrote:
> Hi all,
>
> I'd like to write batch which get a directory from other ftp server, but it
> seems ftp command cannot get directory recursively , what's wrong?
>
> Thanks
>
>
Personally I prefer to zip the whole folder with a command line tool
(with maximum compression) and get the zip file