1823114 Members
3331 Online
109646 Solutions
New Discussion юеВ

Upload / Download file

 
SOLVED
Go to solution
peterchu
Super Advisor

Upload / Download file

I run UX 11 and the user use the Reflection/Netterm emulator , to telnet to the unix server . In Reflection , user can use the proprietary protocol "unxlink" to upload/download files between dos and unix , but netterm don't support "unxlink" , could suggest what protocol can use for upload/download files ? I tried zmodem can download but can't upload . thx.
6 REPLIES 6
Eric Antunes
Honored Contributor
Solution

Re: Upload / Download file

Hi peterchu,

I use winftp to transfer files between Windows PC's and HP-UX servers. You can find lots of free Windows FTP programs on the net...

PS: don't forget to use ASCII mode to transfer text files.

Best Regards,

Eric Antunes

Each and every day is a good day to learn.
Muthukumar_5
Honored Contributor

Re: Upload / Download file

You can use ws_ftp. It is good tool to download / upload on hp-ux to windows.

Get it here,
http://www.download.com/3000-2160-10018456.html

HTH.
Easy to suggest when don't know about the problem!
Sunil Sharma_1
Honored Contributor

Re: Upload / Download file

I love smartftp.

Sunil
*** Dream as if you'll live forever. Live as if you'll die today ***
peterchu
Super Advisor

Re: Upload / Download file

thx replies , the ftp is good but I don't want the user interactive to login the server and input the data , I want the system can process the upload automatically , just like use zmodem / kernel etc.

example :
#sz abc.txt

then the abc.txt will download from the shell to dos and no need to input anything and ask for login , as I will run it by program , so I can't use ftp .
could suggest what is the good solution ? thx.
Muthukumar_5
Honored Contributor

Re: Upload / Download file

If you want to do windows remote script to hp-ux then,

we can use control pannel --> scheduled tasks --> add new

It will startup the application at the specified time there.

ELSE,

you have to go to mount windows directory on hp-ux there. We can use samba with smbmount to mount windows directory on hp-ux and do execute script on hp-ux to put that file on windows mounted directory there.

HTH.
Easy to suggest when don't know about the problem!
Bill Hassell
Honored Contributor

Re: Upload / Download file

Reflection can use xmodem, zmodem, kermit and WRQ's proprietary protocol. NetTerm and SecureNetTerm can use xmodem, zmodem and kermit. HP-UX does not have a zmodem but does have an xmodem program, cleverly hidden by the name umodem. And HP-UX also has kermit.


Bill Hassell, sysadmin