FTP transfer from iSeries to PC workstation
5 pts.
0
Q:
FTP transfer from iSeries to PC workstation
Hello everyone!

Please help me with this question: Is it possible to send save files from iSeries to PC (Win2000 Server) through some batch program?
The idea is to make manual connection and FTP transfer and then to create a batch program which would give possibility to schedule this FTP transfer
I try to connect to PC from iSeries manually with command FTP "TCP/IPadressofmyPC" and that is OK, but when I tried to send save file (also manually) with command PUT mysavefile.savf I get this message:" 550 mysavefile: Access is denied."

Appreciate any help?

Dalibor
ASKED: Aug 31 2005  10:46 AM GMT
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
0
7315 pts.
0
A:
 RATE THIS ANSWER
0
Click to Vote:
  •   0
  •  0
  • AddThis Social Bookmark Button
I did a search on Google http://www.google.com/search?hl=en&lr=&q=as%2F400+ftp+pc and the first hit gives information on a book that tells you how to do just that.

==========================================================

There are about 3.5 million google hits for [ftp message 550]. Looking at just a couple (e.g., from WS_FTP, or from a FileZilla forum) makes fairly clear that message 550 comes back from the FTP server that you connect to and it indicates that the server isn't going to do what you asked it to do. The text (in your case "mysavefile: Access is denied.") should help explain why.

You need to logon to your Win2000 Server to determine why it refuses to let you put the file. Maybe you don't have proper permissions set on the file. Maybe you aren't authorized to put stuff into the directory. Maybe you aren't authorized to put anything to the server from FTP.

The FTP RFC-959 makes a definite statement that the issue is on the server.

Tom
Last Answered: Nov 4 2009  6:35 AM GMT by TomLiotta   7315 pts.
Latest Contributors: AkutaSame   0 pts.
0
0
Discuss This Answer:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _



0