1834208 Members
2434 Online
110066 Solutions
New Discussion

ftp problem

 
Sajjad Sahir
Honored Contributor

ftp problem

mput d:\ hpux_11.23_02180754.tar
d:\:File not found
hpux_11.23_02180754.tar:File not found

i downloaded as tar file hpux_11.23_02180754.tar from site but i can't put in hp-ux server
4 REPLIES 4
Avishay_Cohen
Frequent Advisor

Re: ftp problem

try put,
according to the attached doc, mput is for multiple-put
http://www.uwm.edu/IMT/MiscDocs/~doc/ftp/unix-unix-ftp
avishay
Steven Schweda
Honored Contributor

Re: ftp problem

As usual, it might help to know what kinds of
computers are involved here, and what you're
doing where. From the "d:\", I'll assume
that you are using some kind of FTP client on
some kind of Windows system.

> [...] mput is for multiple-put

True for many FTP clients.

To avoid potential problems, why not "cd" to
the right device:\directory, and then simply
say something like
put hpux_11.23_02180754.tar
?
Jeeshan
Honored Contributor

Re: ftp problem

Hi Sajjad

Please make me clear you one thing

If you want to put any files from windows to HP-UX, then make sure you r in exact path in windows machine. Its not mandetory, you can easily change your location using lcd.

make sure that the file is in right position.

you can try like this

ftp>mput hpux_11.23_02180754*

a warrior never quits
Dennis Handly
Acclaimed Contributor

Re: ftp problem

As mentioned here and in your other thread:
http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1204636

You must use lcd or you need to repeat the filename, so it is valid on the target:
put d:\hpux_11.23_02180754.tar hpux_11.23_02180754.tar