225 pts.
 FTP from AS/400 to Windows 2003 Server
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

Answer Wiki:
Last Wiki Answer Submitted:  Be the first to answer this question.
All Answer Wiki Contributors:  Be the first to answer this question. Michael Tidmarsh   11,405 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


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


 

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

 108,195 pts.

 

did you create your virtual directory on your server and did you set the access rights?

 15,485 pts.

 

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? 

 225 pts.

 

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

 108,195 pts.

 

to create a virtual directory, check out microsoft website

 15,485 pts.