1834695 Members
2514 Online
110069 Solutions
New Discussion

Secure file transfer.

 
Patrick_85
Occasional Contributor

Secure file transfer.

Hello, I was wondering if anyone can tell me what tools can be used to securely transfer files to and from a Windows machine. My understanding is that there is a secure ftp tool, but I'm not quite sure what I need and how to use it. I'm not the most experienced Unix admin there is, so if you can keep your suggestions as basic as possible it would be greatly appreciated.

Thanks
8 REPLIES 8
twang
Honored Contributor

Re: Secure file transfer.

1. You may download the client ssh from www.ssh.com
2. install ssh or openssh on server:
root@svr_a# swlist -l product |grep -i secure
Secure_Shell A.03.10.001 HP-UX Secure Shell
3. After above steps, you now may use sercure ftp to transfer file.
twang
Honored Contributor

Re: Secure file transfer.

1. You may download the client ssh from www.ssh.com
2. install ssh or openssh on server:
root@svr_a# swlist -l product |grep -i secure
Secure_Shell A.03.10.001 HP-UX Secure Shell
3. After above steps, you now may use sercure ftp to transfer file.
Bill Douglass
Esteemed Contributor

Re: Secure file transfer.

Installing HP's SSH depot

http://www.software.hp.com/cgi-bin/swdepot_parser.cgi/cgi/displayProductInfo.pl?productNumber=T1471AA

is a good start. It provides the ability to transfer files via scp or sftp (both encrypted and capable fo using public key and/or password authentication).


This installs as a depot file using swinstall (or through SAM), and comes linked and preconfigured to start running once you install it.


On the Windows side, client tools like WinSCP

http://winscp.vse.cz/eng/

and SSH's Windows client

http://www.ssh.com/products/security/secureshellwks/

will provide tools to send and receive files to/from the HP-UX server.
Chris Vail
Honored Contributor

Re: Secure file transfer.

On the Windows side, use WinSCP, as someone else pointed out. ON the HP side, use secure shell, which is free, from http://software.hp.com .
Install the depot, then take a look at the attached document, which tells you how to configure and use it. It really is easy.


Chris
Michael Steele_2
Honored Contributor

Re: Secure file transfer.

Here is a list of all GNU ftp add on utilities. None really effectively deal with secure transfers of files. None really deal with enhancing FTP to be more secure:

http://hpux.cict.fr/hppd/hpux/Networking/FTP/

This leaves encryption. SSH is often recommended:

http://hpux.cict.fr/hppd/hpux/Networking/Admin/openssh-2.5.1p1/readme.html

There is also packet filtering, AKA firewalls. But with windoze... what d'ya do?
Support Fatherhood - Stop Family Law
Suhas_2
Regular Advisor

Re: Secure file transfer.

Hi,
You may wish to use Connect:Direct software from Sterling Commerce. Apart from secure and encrypted file transfer the software offers following features'
1> File transfer across multiple platforms. Like mainframe, windows and unix. I think this is a unique feature.
2> Execution of scripts at remote end as well as local end on successful completion of file transfer.
There are many other good features as well. Do check their site. www.sterlingcommerce.com.

Hope this helps'
Suhas.
Never say "Die"
Steven E. Protter
Exalted Contributor

Re: Secure file transfer.

As noted in Bill's post by clicking the link HP-UX Secure Shell is A.03.50.000

SEP


Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
malay boy
Trusted Contributor

Re: Secure file transfer.

well,why not you encrypt before your ftp the file.In UNIX there are command called encrypt to encrypt the file.

my 2 cents.

regards
mB
There are three person in my team-Me ,myself and I.