I use PSFTP (from the putty family). It can take a port as a parameter.
PuTTY Secure File Transfer (SFTP) client
Release 0.53b
Usage: psftp [options] [EMAIL PROTECTED]
Options:
-b file use specified batchfile
-bc output batchfile commands
-be don't stop batchfile processing if errors
-v show verbose messages
-load sessname Load settings from saved session
-l user connect with specified username
-P port connect to specified port
-pw passw login with specified password
-1 -2 force use of particular SSH protocol version
-C enable compression
-i key private key file for authentication
-batch disable all interactive prompts
This is under Windows. Check putty download site for sources.
"Harris, Brad" <[EMAIL PROTECTED]>
Sent by: Linux on 390 Port <[EMAIL PROTECTED]>
02/23/2004 12:02 PM
Please respond to Linux on 390 Port
To: [EMAIL PROTECTED]
cc:
Subject: FW: Secure FTP clients for Linux
Hi all,
I've searched the archives but haven't found anything. I'm looking for a
real live ftp-ssl client (not scp or ssh or any of the port 22 stuff) I
need to ftp-ssl client that uses port 990 by default.
Any idea where I can find one for linux/390?
Thanks - Brad Harris.
-----Original Message-----
From: Jim Elliott [mailto:[EMAIL PROTECTED]
Sent: Thursday, October 23, 2003 3:13 PM
Subject: Secure FTP clients for Linux
> Can any one recommend a secure ftp client for Linux that does SSL to
> connect to the z/OS 1.4 ftp server. I'd prefer one that runs on both
> 390 and Intel but if they have to be separate then I can live with
> that. We are running SuSe if that makes any difference.
SCP (Secure Copy) and SFTP (Secure FTP) come with Linux (including SuSE).
Your real question is where there is a daemon on z/OS that these can talk
to, right?
OpenSSH includes SCP and SFTP clients and servers and OpenSSH is available
for z/OS. The web site says there are known problems with SFTP on z/OS,
but
nothing about problems with SCP. Check out:
http://www.ibm.com/zseries/zos/unix/bpxa1toy.html
Jim