The iSeries FTP server indeed uses the extension as the member name. There are two things that can be done regarding this issue:
1. You may want to put the file in the IFS -- it will keep the PC name.
For example:
cd /tmp
put autoexec.bat
2. You can specify an exact required member name, for example:
Put autoexec.bat myfile.mymbr.
Note: If the above is not good enough, you may invoke copy file after the "put", such as:
put autoexec.bat xx
quote rcmd cpyf fromfile(xx) tofile(myfile.ext)
================================== MORE INFORMATION ON THIS TOPIC ==================================
Ask your systems management questions--or help out your peers by answering them--in our live discussion forums.
The Best Web Links: Tips, tutorials and more.
This was first published in April 2003