1836843 Members
2514 Online
110110 Solutions
New Discussion

How could i

 
SOLVED
Go to solution
Gautherot_1
Occasional Contributor

How could i

Hello

How could i put a .gz file from my computer to a diskette in order to read it on an HPUX equipment?

Thanks a lot
3 REPLIES 3
T G Manikandan
Honored Contributor
Solution

Re: How could i


the simple way would be

YOu can ftp the file from the PC to the hp machine.

ftp
type the username and password
ftp>cd /opt
ftp>binary

(transfer the file in binary)
ftp>mput
ftp>bye


Thanks
H.Merijn Brand (procura
Honored Contributor

Re: How could i

I *think* he means physical.

You need to install MSDOS-Utils to get the following utilities:

# MSDOS-Utils B.11.00 MSDOS-Utils
# MSDOS-Utils.DOS-UTILS B.11.00 DOS-UTILS
MSDOS-Utils.DOS-UTILS: /
MSDOS-Utils.DOS-UTILS: /usr
MSDOS-Utils.DOS-UTILS: /usr/bin
MSDOS-Utils.DOS-UTILS: /usr/bin/dos2ux
MSDOS-Utils.DOS-UTILS: /usr/bin/doschmod
MSDOS-Utils.DOS-UTILS: /usr/bin/ux2dos
MSDOS-Utils.DOS-UTILS: /usr/bin/doscp
MSDOS-Utils.DOS-UTILS: /usr/bin/dosdf
MSDOS-Utils.DOS-UTILS: /usr/bin/dosll
MSDOS-Utils.DOS-UTILS: /usr/bin/dosls
MSDOS-Utils.DOS-UTILS: /usr/bin/dosmkdir
MSDOS-Utils.DOS-UTILS: /usr/bin/dosrm
MSDOS-Utils.DOS-UTILS: /usr/bin/dosrmdir
# MSDOS-Utils.DOSU-ENG-A-MAN B.11.00 DOSU-ENG-A-MAN
MSDOS-Utils.DOSU-ENG-A-MAN: /
MSDOS-Utils.DOSU-ENG-A-MAN: /usr
MSDOS-Utils.DOSU-ENG-A-MAN: /usr/share
MSDOS-Utils.DOSU-ENG-A-MAN: /usr/share/man
MSDOS-Utils.DOSU-ENG-A-MAN: /usr/share/man/man1.Z
MSDOS-Utils.DOSU-ENG-A-MAN: /usr/share/man/man1.Z/dos2ux.1
MSDOS-Utils.DOSU-ENG-A-MAN: /usr/share/man/man1.Z/doschmod.1
MSDOS-Utils.DOSU-ENG-A-MAN: /usr/share/man/man1.Z/doscp.1
MSDOS-Utils.DOSU-ENG-A-MAN: /usr/share/man/man1.Z/dosdf.1
MSDOS-Utils.DOSU-ENG-A-MAN: /usr/share/man/man1.Z/dosls.1
MSDOS-Utils.DOSU-ENG-A-MAN: /usr/share/man/man1.Z/dosmkdir.1
MSDOS-Utils.DOSU-ENG-A-MAN: /usr/share/man/man1.Z/dosrm.1
MSDOS-Utils.DOSU-ENG-A-MAN: /usr/share/man/man4.Z
MSDOS-Utils.DOSU-ENG-A-MAN: /usr/share/man/man4.Z/dosif.4
MSDOS-Utils.DOSU-ENG-A-MAN: /usr/share/man/man1.Z/dosll.1
MSDOS-Utils.DOSU-ENG-A-MAN: /usr/share/man/man1.Z/dosrmdir.1
MSDOS-Utils.DOSU-ENG-A-MAN: /usr/share/man/man1.Z/ux2dos.1
Enjoy, Have FUN! H.Merijn
Stefan Schulz
Honored Contributor

Re: How could i

Hi,

you should be able to use a standard DOS formated floppy. Check out the commands dosll and doscp. These commands are able to read a DOS formated floppy.

there are more commands like dosrm and dosmkdir.

Have a look at the man pages. Think this will solve your problem.

Hope this helps

Regards Stefan
No Mouse found. System halted. Press Mousebutton to continue.