I want to use FTP to send files from point A to point B, but I want all of the destination files to be in lower case.
Was wondering if anyone knew a good way to do this.
For example, if my source file is MYFILE.txt, I want it to arrive at the destination as myfile.txt
I am using FTP in a batch mode with all of the commands in an FTP batch file.
Hard coding my FTP batch file is not an option.
For example this is not an option.
put MYFILE.txt myfile.txt
This is because someone who uses my program may call it MYFILE.txt and someone else may call it MYfile.txt
Thanks for the info
Carl
Was wondering if anyone knew a good way to do this.
For example, if my source file is MYFILE.txt, I want it to arrive at the destination as myfile.txt
I am using FTP in a batch mode with all of the commands in an FTP batch file.
Hard coding my FTP batch file is not an option.
For example this is not an option.
put MYFILE.txt myfile.txt
This is because someone who uses my program may call it MYFILE.txt and someone else may call it MYfile.txt
Thanks for the info
Carl