How to transfer(FTP) through a file from AS/400 green screen to Windows Server 2003?
***********************
from AS/400 green screen
FTP " windows server IP "
user id
passwd
bin
lcd mylib
pwd
"/" is current directory ???? // { I didn't get any path from Windows Server }
put mylib/itms
227 Entering Passive Mode (172,20,160,25,9,152)
550 itms: Access is denied.
Software/Hardware used:
V5R4, POWER 6
ASKED:
February 5, 2013 7:09 AM
UPDATED:
February 5, 2013 12:35 PM
I don’t understand this line:
“/” is current directory ???? // { i didnt get any path from windows server }Can you explain what the question marks are for? And the double slashes?
Tom
did you create your virtual directory on your server and did you set the access rights?
Tom,i don’t understand this line:
“/” is current directory ???? //{ i didnt get any path from windows server }Can you explain what the question marks are for? And the double slashes?“/” is current directorythe above line which i get when issuing pwd subcommand.Instead of getting C:/desktop or C:/testfld i am getting“/” is current directory. Tom,if u still cant able to get me then pls tell me the procedure or a sample coding to transfer a file from as400 to PC.Hi Jinteik,How to create a virtual directory and giving access?I know that “/” is your working directory. I wanted to know what the rest of the line meant. The error is telling you that you aren’t allowed to PUT files into the root directory (“/”) on that server. You haven’t set a current working directory before you tried to PUT. Use the CD command to set a current working directory, and then use your PUT command. — Tom
to create a virtual directory, check out microsoft website