- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- how to use standard ftp via ssh tunnel from HPUX t...
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
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
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
тАО02-23-2008 02:24 PM
тАО02-23-2008 02:24 PM
how to use standard ftp via ssh tunnel from HPUX to windows
Because the destination server does NOT support sftp, how can I use ssh tunnel to establish the connection?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-23-2008 02:46 PM
тАО02-23-2008 02:46 PM
Re: how to use standard ftp via ssh tunnel from HPUX to windows
If outbound traffic is allowed, you might be able to use FTP's passive mode. Simply use the command "PASSIVE" before using the PUT command of the FTP client.
In the default "active" mode FTP, the client opens a control connection and authenticates, then the _server_ opens any data transfer connections when needed. As you have discovered, this causes headaches when you must go through a firewall. When using the "passive" mode, the client creates the data connections too.
Remenber that both your passwords AND your data are travelling through the network unencrypted whenever you're using plain FTP.
MK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-23-2008 02:51 PM
тАО02-23-2008 02:51 PM
Re: how to use standard ftp via ssh tunnel from HPUX to windows
On the windows server, they support implicit / explicite SSL via port 990. What does that means?
I heard about the "lftp" but I have compilation problem when download the package and intall on HPUX.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-24-2008 12:10 AM
тАО02-24-2008 12:10 AM
Re: how to use standard ftp via ssh tunnel from HPUX to windows
Note that SFTP and FTPS are two entirely different things.
For a quick explanation on FTPS, look here:
http://en.wikipedia.org/wiki/FTPS
Here's the FTPS specification:
ftp://ftp.rfc-editor.org/in-notes/rfc4217.txt
You'll need a FTP client program that will support FTPS. "lftp" would be appropriate if you could get it to compile.
As an alternative, you might try a modern version of Kermit. Forget what you may remember of Kermit as a file transfer protocol for modem lines from long ago: a modern Kermit client can handle FTP, FTPS, HTTP, HTTPS, telnet and SSH, and offers an uniform scripting interface for all these protocols.
http://www.columbia.edu/kermit/
http://www.columbia.edu/kermit/ck80.html
By the way, apparently you are not the only one having difficulties compiling lftp:
http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1160229
MK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-24-2008 02:40 PM
тАО02-24-2008 02:40 PM
Re: how to use standard ftp via ssh tunnel from HPUX to windows
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-25-2008 08:01 AM
тАО02-25-2008 08:01 AM
Re: how to use standard ftp via ssh tunnel from HPUX to windows
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-25-2008 08:23 AM
тАО02-25-2008 08:23 AM
Re: how to use standard ftp via ssh tunnel from HPUX to windows
You may have to compile a version of Kermit with SSL support included.
MK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-25-2008 10:15 AM
тАО02-25-2008 10:15 AM