Posted by 20071021 on October 21, 2007 at 05:30:03:
In Reply to: i use FTP on dos and i like send more files posted by ovex on October 20, 2007 at 15:17:43:
: how i can send one directory with send comand. i connect to a computer and i use ftp command to open a connection to my computer then i send files from that computer to my computer and i like send hole directory how i can do that?
##
To send everything in the current directory to the remote computer, use the command:
mput *.*
To get everything in the current directory on the remote computer, use the command:
mget *.*