10 pts.
 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

Software/Hardware used:
ASKED: August 31, 2005  10:46 AM
UPDATED: November 4, 2009  6:36 AM

Answer Wiki:
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., <a href="http://support.ipswitch.com/kb/WS-20000817-DM02.htm">from WS_FTP</a>, <a href="http://forum.filezilla-project.org/viewtopic.php?f=2&t=8596">or from a FileZilla forum</a>) 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 <a href="http://www.faqs.org/rfcs/rfc959.html">FTP RFC-959</a> makes a definite statement that the issue is on the server. Tom
Last Wiki Answer Submitted:  November 4, 2009  6:35 am  by  AkutaSame   0 pts.
All Answer Wiki Contributors:  AkutaSame   0 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _