Our Products:   CompleteFTP  edtFTPnet/Free  edtFTPnet/PRO  edtFTPj/Free  edtFTPj/PRO
0 votes
11.2k views
in .NET FTP by (240 points)
I am using the tool to send some files to PeopleSoft. I issue a QUOTE command before I do a PUT.
RECFM=FB LRECL=200 BLKSIZE=23400 CYLINDERS PRIMARY=5 SECONDARY=10 UNIT=HSM

I can get connected but when I do a put, I always get the following error:
Reply Code : 554
Requested action not taken: GDG name conversion failed.

If I try the exact same settings and commands through command line FTP, I can successfully transfer files. Can u please help me in this regard.

Thanks

2 Answers

0 votes
by (240 points)
Also, on the command line I use
ftp -n -s:'abc.scr' hostname

If I want to do that throught the tool, what commands do I use to execute the source file(abc.src) with FTP commands on the hostname

Thanks a lot


I am using the tool to send some files to PeopleSoft. I issue a QUOTE command before I do a PUT.
RECFM=FB LRECL=200 BLKSIZE=23400 CYLINDERS PRIMARY=5 SECONDARY=10 UNIT=HSM

I can get connected but when I do a put, I always get the following error:
Reply Code : 554
Requested action not taken: GDG name conversion failed.

If I try the exact same settings and commands through command line FTP, I can successfully transfer files. Can u please help me in this regard.

Thanks
0 votes
by (162k points)
It could be that it expects active mode or something like that.

In command-line FTP, type 'debug' and post the responses.

I am using the tool to send some files to PeopleSoft. I issue a QUOTE command before I do a PUT.
RECFM=FB LRECL=200 BLKSIZE=23400 CYLINDERS PRIMARY=5 SECONDARY=10 UNIT=HSM

I can get connected but when I do a put, I always get the following error:
Reply Code : 554
Requested action not taken: GDG name conversion failed.

If I try the exact same settings and commands through command line FTP, I can successfully transfer files. Can u please help me in this regard.

Thanks

Categories

...