MVS server upload...

Core FTP client questions and answers
Post Reply
yuche
Posts: 2
Joined: Thu Mar 24, 2011 12:30 am

MVS server upload...

Post by yuche »

Dears,
When I upload a file to MVS server, I got a problem like this..
"STOR 'ABC(TEST.FILE)...501 invalid data set name'"
"TEST.FILE" is full file name in local PC.
I found the problem is parenthesis.
The right command must be "STOR ABCTEST.FILE..."
How can I reduce the parenthesis in CoreFTP?
Is any setting I missing? :?
yuche
Posts: 2
Joined: Thu Mar 24, 2011 12:30 am

Re: MVS server upload...

Post by yuche »

Here is my log, i try many times, I can't remove the symbol "()".
If I miss anything? :?
===
AUTH SSL
234 Security environment established - ready for negotiation
TLSv1, cipher TLSv1/SSLv3 (DES-CBC3-SHA) - 168 bitUSER AAA
331 Send password please.
PASS **********
230 AAA is logged on. Working directory is "AAA.".
SYST
215 MVS is the operating system of this server. FTP Server is running on z/OS.
Keep alive off...CWD 'BBB'
250 "BBB." is the working directory name prefix.
PWD
TYPE I
257 "'BBB.'" is working directory.
PBSZ 0
200 Representation type is Image
PASV
200 Protection buffer size accepted
PROT P
227 Entering Passive Mode (XXX,XXX,XXX,XXX,39,20)
XXX.XXX.XXX.XXX -> XXX.XXX.XXX.XXX
[b]STOR 'BBB(TEST.FILE.DOC)'[/b]
200 Data connection protection set to private
PASV
501 Invalid data set name "'BBB(TEST.FILE.DOC).D032911.T000001'". Use MVS Dsname conventions.
Post Reply