On Mon, Feb 18, 2002 at 01:23:42PM +0530, ambarish pathak wrote: | Chirag (Monday, February 18, 2002 12:39 PM) queried: | > Does ncftp do batch upload/download? | info ncftpbatch ncftpget ncftpput
I guess, without the context, the query doesn't make sense. My homepage comprises of wml pages, which are processed and converted to html, which are then uploaded to the website. I have a makefile, which does the html, and then uses ftp to upload the html pages. The limitation of ncftpput, for the purpose, is that, I would have been able to put pages in just one directory. For eg, I can't do:
mput *.html cd cgi-bin mput *.cgi
But using .netrc and ftp, I can do so. Or I can do it using lftp.
chyrag.