86.1k views
3 votes
(tco 6) after connecting to an ftp site, the _____ command will upload multiple files.

1 Answer

4 votes
After connecting to an ftp site, the mget command will upload multiple files.
The mget command retrieves multiple files from a remote server directory and stores them in the current local directory.
ftp> mget <start of the like files> *
ftp> mget file01 file02 file03ftp> mget filename*ftp> mget *.txt
User Mickdelaney
by
8.6k points