MPUT
- Last Updated: June 3, 2026
- 1 minute read
- WS_FTP Pro
- Version 13.0
- Documentation
MPUT
Syntax: MPUT (sourcefile or folders) [destloc] [modeswitch]
What it does: Uploads source files to a site, where:
- Sourcefile is the name(s) of file(s) uploaded to the site. Wildcards of ‘*’ or ‘?’ are acceptable in the source file specification. If folder is specified, all files in the folder (not including subfolders) will be uploaded to the site.
- Destloc is the folder for the uploaded file(s) on the site. If destloc is not specified, the current folder on the site is used as the destination.
The transfer mode is indicated in the modeswitch (0 = ASCII, 1 = BINARY).
Note:
- This command is executed only if a connection to a site has been established.
- MPUT doesn’t transfer subfolders; to transfer subfolders, use RPUT .