Re: Need help with Batch file

2004-01-08 Thread Dirk De Bock - Lists
I think you can issue the 'prompt' command before the mget, this enables or disables prompting for an mget download so something like username password cd Custom extracts\ ourfolder lcd \inetpub\wwwroot\project\files prompt mget p_mth_choice*.zip y quit good luck - Original Message -

RE: Need help with Batch file

2004-01-08 Thread Mike Kear
, NSW, Australia AFP Webworks http://afpwebworks.com _ From: Dirk De Bock - Lists [mailto:[EMAIL PROTECTED] Sent: Thursday, 8 January 2004 8:12 PM To: CF-Talk Subject: Re: Need help with Batch file I think you can issue the 'prompt' command before the mget, this enables or disables

RE: Need help with Batch file

2004-01-08 Thread Hugo Ahlenius
Also note that you might not need a batch-file, check out ftp -h for the information about a response file, the -s option. You might also be interested in the ncftp client (new version released yesterday!), the ncftpget programme is very neat. http://www.ncftpd.com/ncftp/

RE: Need help with Batch file

2004-01-08 Thread Dave Watts
When I do this using manual commands,get doesn't work because it doesn't support wildcards, but mget does. However mget wants a y confirmation for each file.How to I put in the batch file to answer Y? Before issuing your mget commands, issue the prompt command, which will prevent mget from