How would it handle two files with the same "member" name but different extensions?
For a solution, you could use shell commands to construct a file of put commands: put member.txt member And then have FTP use the file for input. -----Original Message----- From: IBM Mainframe Discussion List <[email protected]> On Behalf Of Radoslaw Skorupka Sent: Tuesday, June 24, 2025 8:44 AM To: [email protected] Subject: FTP to z/OS PDS - filename extensions The following scenario: Windows system, many (dozens) files in a directory. Filenames: MEMBER.txt Obviously the MEMBER is unique for each file, however each name is "valid 8-character" like member name. The goal is to PUT them to a PDS, preserving filename as a member name and loosing the txt extension. However regular MPUT * does not work, because FILE.txt is not proper member name. Of course I can rename the files before transfer, but maybe there is a way to include name translation into PUT/MPUT command? -- Radoslaw Skorupka Lodz, Poland ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
