Converting File Names to Lower Case
- Last Updated: January 29, 2024
- 1 minute read
- WS_FTP Pro
- Version 12.9
Converting File Names to Lower Case
When uploading files, you can have WS_FTP convert file names to lower case by adding the -lower argument at the end of the command line. For example, if the file you want to transfer is named Tag.doc, WS_FTP can upload it as tag.doc by using:
wsftppro -s local:c:\sports\Tag.doc -d robert!border:/pub/drop/ -lower