FTP Problem [message #506986] |
Thu, 12 May 2011 03:05  |
ajaykumarkona
Messages: 399 Registered: August 2010
|
Senior Member |
|
|
Hi All,
We are using the following step to place a file in server using FTP
STEP_EXECUTE STEP090 /usr/pjc/bin/FTP -i
DATASET FTPIN $sic/ctl/ftpsic.ctl DISP=OLD,KEEP,KEEP
STEP_END
If we run this step we are getting the error.
ftp> open arg.mnd.appsc.com
Connected to arg.mnd.appsc.com.
220 arg.mnd.appsc.com FTP server (Version 1.1.214.4(PHNE_38458) Mon Feb 15 06:03:12 GMT 2010) ready.
331 Password required for sicind.
530 Login incorrect.
Login failed.
Remote system type is UNIX.
Using binary mode to transfer files.
ftp> quit <<--Inserted command (reason: error 5 encountered)
221 Goodbye.
I have opened the script ftpsic.ctl and checked it ,in that there is no user name and password
could you please help me how user name and password is taking.
ftpsic.ctl as follows
open arg.mnd.appsc.com
put file1.txt
quit
Please help me.
Thanks in advance
Edit/Delete Message
|
|
|
Re: FTP Problem [message #506991 is a reply to message #506986] |
Thu, 12 May 2011 03:17  |
 |
Michel Cadot
Messages: 68417 Registered: March 2007 Location: Nanterre, France, http://...
|
Senior Member Account Moderator |
|
|
This question bears no real connection with Oracle.
Please find a more appropriate forum.
The topic is locked.
If I'm wrong, please, PM me (or report this message to a moderator, explain why you think it should be unlocked and it might be done).
Regards
Michel
|
|
|