1831658 Members
2184 Online
110029 Solutions
New Discussion

ftp

 
SOLVED
Go to solution
Sajjad Sahir
Honored Contributor

ftp

file is in my d: and it is tar archive

ftp> cd /tmp/patches1
250 CWD command successful.
ftp> pwd
257 "/tmp/patches1" is current directory.
ftp> mput d:\hpux_11.23_07070506
d:\hpux_11.23_07070506.:File not found
4 REPLIES 4
VK2COT
Honored Contributor

Re: ftp

Hello,

The error is correct. You do not
have hpux_11.23_07070506 in D:\ drive.

You have hpux_11.23_07070506[1].tar
(or something similar).

You should provide a wildcard character to
mput if you want to expand the file name,
or use a full name on the command line:

ftp> lcd D:\
ftp> mput hpux_11.23_07070506*

Regards,

VK2COT
VK2COT - Dusan Baljevic
Sajjad Sahir
Honored Contributor

Re: ftp

Dear Dusan

please see it again I am Seeing the same error

ftp> lcd D:\
Local directory now D:\.
ftp> mput hpux_11.23_07070506*
hpux_11.23_07070506*:File not found
Robert-Jan Goossens
Honored Contributor
Solution

Re: ftp

Hi,

Could you list the files in c:

dir hpux_11.23*

Regards,
Robert-Jan
Torsten.
Acclaimed Contributor

Re: ftp

Well, in your other thread it has a different name, use this:

hpux_11.23_07070506[1]TAR

Make sure to use "bin" mode to transfer.

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!