The 'mput' command in FTP expands wildcards in the local file specification and performs a 'put' operation for each matched file. For example, 'mput *.txt' would upload all .txt files from the current directory. This is the batch version of the single-file 'put' command.