[Info-vax] FTP/SSL from OpenVMS (client) to Unix Filezilla (server) failure
gopalakrishnan
gopalakrishnan.t-k at z.co.nz
Wed Aug 22 03:13:04 EDT 2012
I finally got this going and I can transfer files (...but read on).
We had to include the following rules on the ISA:
New Protocols created:
FTPS (FTP over SSL)
Ports: 989 and 990, 5000 to 5099
Protocol Types: TCP and UDP
Direction: Outbound
Updates to Rule 36 Outbound â SFTP from OpenVMS servers to ShellCard:
FTPS (FTP over SSL) added to Protocols
âFromâ clients
Sftp.xxxx.co.nz added to âToâ
But now....
I can pick up smaller files of a few thousand bytes. When it comes to large file, I get a VMS error "-RMS-F-RSZ, invalid record size" on the output file on a get
Log below:
$ FTP/SSL SFTP.SERVICE_PROVIDER.CO.NZ 22/USER=Z/PASSW="y"
220-Welcome to the SERVICE_PROVIDER SFTP service.
220-
220-Use of this service is subject to the security and acceptable use policies
220-of SERVICE_PROVIDER; copies of these documents can be obtained from
220 security at SERVICE_PROVIDER.co.nz for approved usage by SERVICE_PROVIDER clientelle.
Connected to SFTP.SERVICE_PROVIDER.CO.NZ.
234 Using authentication type TLS
200 PBSZ=0
200 Protection level set to P
331 Password required for z
230 Logged on
FTP> enable log
Bell off.
Debugging on (debug=1).
FTP> set passive on
Passive is ON.
FTP> cd download
---> CWD download
250 CWD successful. "/download" is current directory.
FTP> dir
---> PASV
227 Entering Passive Mode (117,120,34,121,19,171)
---> LIST
150 Connection accepted
-rw-r--r-- 1 ftp ftp 1034 Aug 15 16:29 S-0814-276.RPT.2012-08-15_16.29.31.pgp.asc.zip
-rw-r--r-- 1 ftp ftp 265667 Aug 15 16:30 SX120814.DAT.2012-08-15_16.29.57.pgp.asc.zip
226 Transfer OK
288 bytes received in 00:00:00.00 seconds (2.68 Gbytes/s)
FTP> binary
---> TYPE I
200 Type set to I
FTP> get S-0814-276.RPT.2012-08-15_16.29.31.pgp.asc.zip
---> PASV
227 Entering Passive Mode (117,120,34,121,19,172)
---> RETR S-0814-276.RPT.2012-08-15_16.29.31.pgp.asc.zip
150 Connection accepted
226 Transfer OK
local: DKA2:[PROD_USERS.THIS_USER]S-0814-276^.RPT^.2012-08-15_16^.29^.31^.pgp^.asc.zip;7 remote: S-0814-276.RPT.2012-08-15_16.29.31.pgp.asc.zip
1034 bytes received in 00:00:00.00 seconds (504.88 Kbytes/s)
FTP> binary
---> TYPE I
200 Type set to I
FTP> get SX120814.DAT.2012-08-15_16.29.57.pgp.asc.zip
---> PASV
227 Entering Passive Mode (117,120,34,121,19,180)
---> RETR SX120814.DAT.2012-08-15_16.29.57.pgp.asc.zip
150 Connection accepted
%TCPIP-E-FTP_OUTPROCF, error processing output file DKA2:[PROD_USERS.THIS_USER]SX120814^.DAT^.2012-08-15_16^.29^.57^.pgp^.asc.zip;
-RMS-F-RSZ, invalid record size
426 Connection closed; transfer aborted.
FTP> quit
---> QUIT
221 Goodbye
$
More information about the Info-vax
mailing list