I have a secure FTP server I need to connect to from a HP-UX box. This will be via a script. An attempt from the HP-UX box using the terminal fails because it is not a SFTP connection.
If I fire up a browser from another box & type in https://ftp-servers-address I get connected & prompted for credentials.
How to do SFTP from a HP-UX box to this external site?
TIA.