- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: sftp from windows system to unix server
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-19-2010 11:24 PM
тАО04-19-2010 11:24 PM
How can we establish the connection with sftp.
How it works and what is the command to establish a connection from windows system to the unix server?
Thank you.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-19-2010 11:33 PM
тАО04-19-2010 11:33 PM
SolutionOne of such client is Winscp (www.winscp.net)
It is free.
On the Unix side should be ok the default setup (just be sure that sshd is working/installed on your server)
sftp it is practical an FTP session with encryption added. (like this passwords/files are not sent over the connection as clear text - unencrypted)
Best regards,
Horia.
Horia.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-19-2010 11:48 PM
тАО04-19-2010 11:48 PM
Re: sftp from windows system to unix server
I have downloaded the winscp and i have made test also and it is working fine.
As this client is not licenced one right if we do this as a regular practice, will it cause any licencing issues? or you will suggest me to get a licenced software?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-20-2010 12:00 AM
тАО04-20-2010 12:00 AM
Re: sftp from windows system to unix server
Its a free-ware..(as long as its been used to transfers file between (windows & HPUX) i mean you manually select files & upload (should be any problem).
if you are going make some (ftp batch jobs) reguarly.. (than it comes audit issue) if your auditors realy cares about it. otherwise no harm done.
>> or you will suggest me to get a licenced software?<<<
Its Depends on mode of use for (sftp batch jobs).. you can look for (Lincensed SW like connect-Direct..etc..)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-20-2010 12:08 AM
тАО04-20-2010 12:08 AM
Re: sftp from windows system to unix server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-20-2010 12:34 AM
тАО04-20-2010 12:34 AM
Re: sftp from windows system to unix server
Just one general thought about this: A licensed software must be used according to the provider's instructions. If the license does not allow utilization of the software but only after some kind of fee that should be payed by the end user (or whatever other conditions are required), then it does not matter (from the legal point of view) if that software it is used on regular basis or not (used occasionally).
On the other hand, free software and open source software does not automatically implies low quality software/software that will be the "weak links in the chain".
Best regards from Romania,
Horia.
Horia.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-20-2010 12:55 AM
тАО04-20-2010 12:55 AM
Re: sftp from windows system to unix server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-20-2010 01:07 AM
тАО04-20-2010 01:07 AM
Re: sftp from windows system to unix server
Please read the following thread about generating and sharing keys in order to permit a passwordless connection between 2 HP-UX servers
http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1417202
With Winscp, you can save the user/password together with the connection. Still, it is not a good idea to let you passwords on some Windows.
Horia.
Horia.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-20-2010 01:09 AM
тАО04-20-2010 01:09 AM
Re: sftp from windows system to unix server
Well, this apply to any *nix that will run the ssh package (not only HP-UX).
Horia.
Horia.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-20-2010 01:35 AM
тАО04-20-2010 01:35 AM
Re: sftp from windows system to unix server
Tomorrow i will do test this and will update you the status.