Search found 3 matches

by IEFBR14
Mon May 15, 2017 11:01 am
Forum: Client - General
Topic: Rename file during upload
Replies: 3
Views: 2208

Upload to PO data set is working (though with wrong syntax). But now we fail upload to PS data set with rename. For example: source name C:\WindowsFileName.txt (too long for MVS) destination name: 'USER.PS.DATA.SET.NAME' It seems, the upload dialog expects a "/" symbol (slash) somewhere wi...
by IEFBR14
Wed Apr 26, 2017 12:41 pm
Forum: Client - General
Topic: Rename file during upload
Replies: 3
Views: 2208

solution: coreftp does not adhere syntax rules for MVS data set names.

example:

Correct syntax (for user "USER")
+ relative DSN: DATA.SET(MEMBER)
+ absolute DSN: 'USER.DATA.SET(MEMBER)'

CoreFTP syntax (only absolute form seems to be valid)
'USER.DATA.SET'/MEMBER
by IEFBR14
Tue Mar 28, 2017 2:13 pm
Forum: Client - General
Topic: Rename file during upload
Replies: 3
Views: 2208

Rename file during upload

I was placing a file into queue for upload (drag and drop). Then, I select properties and change destination to new name as required and click on ok button. However, destination field now is empty, subsequent upload fails. How to change destination file name for upload without rename of original fil...