Aug 13, 2004 #1 pho01 Programmer Mar 17, 2003 218 US What is the option to force mget getting all the files without asking for verification? There're bunch of files I need to get, and if there's an option to get them without having user intervention, that would be perfect. Thanks, Phuong
What is the option to force mget getting all the files without asking for verification? There're bunch of files I need to get, and if there's an option to get them without having user intervention, that would be perfect. Thanks, Phuong
Aug 14, 2004 #2 KenCunningham Technical User Mar 20, 2001 8,475 GB In your ftp session type prompt to turn off interactive prompting then mget *.txt or whatever to your heart's content. HTH. Upvote 0 Downvote
In your ftp session type prompt to turn off interactive prompting then mget *.txt or whatever to your heart's content. HTH.
Aug 16, 2004 Thread starter #5 pho01 Programmer Mar 17, 2003 218 US thank you all. i was trying to get all the files and directories by using the command: mget -r * i got all the files, but still did not get any directories under that. What is right syntax to do mget and get all files+dirs? Thanks, Upvote 0 Downvote
thank you all. i was trying to get all the files and directories by using the command: mget -r * i got all the files, but still did not get any directories under that. What is right syntax to do mget and get all files+dirs? Thanks,
Aug 18, 2004 #6 Ygor Programmer Feb 21, 2003 623 GB I think you should consider using the GNU utility "wget" instead of ftp. Upvote 0 Downvote