Aug 13, 2004 #1 pho01 Programmer Joined Mar 17, 2003 Messages 218 Location 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 Joined Mar 20, 2001 Messages 8,475 Location 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 #3 Ygor Programmer Joined Feb 21, 2003 Messages 623 Location GB Or use ftp -i Upvote 0 Downvote
Aug 16, 2004 Thread starter #5 pho01 Programmer Joined Mar 17, 2003 Messages 218 Location 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 Joined Feb 21, 2003 Messages 623 Location GB I think you should consider using the GNU utility "wget" instead of ftp. Upvote 0 Downvote