So I got my upload working (reference 9/18 posting), and then upgraded to WS-FTP Pro 2007.1. Now the upload will not work. From the log, it appears to run fine until file content comparison fails, after which the transfer type changes to I (from A). The transfer then succeeds, but the file on the MF host is unusable. Does anybody know how I can prevent this uncalled-for transfer type change?
WINSOCK.DLL: WinSock 2.0
Ipswitch WS_FTP Professional 2007.1 - 2007.11.12
Finding Host xxxxxx.xx.xxx.xx.xx ...
Connecting to ###.###.###.##:21
Connected to ###.###.###.##:21 in 0.000000 seconds, Waiting for Server Response
220-FTPD1 IBM FTP CS V1R7 at JES2P1.xx.xxxx.xx.xx, 16:30:59 on 2008-10-08.
220 Connection will close if idle for more than 1 minutes, 45 seconds.
Host type (1): IBM MVS
USER xxxxxxx
331 Send password please.
PASS (hidden)
230 xxxxxxx is logged on. Working directory is "xxxxxxx.".
Host type (I): IBM MVS
PWD
257 "'xxxxxxx.'" is working directory.
SITE RECFM=FB
200 SITE command was accepted
SITE LRECL=723
200-BLOCKSIZE must be a multiple of LRECL for RECFM FB
200-BLOCKSIZE being set to 5784
200 SITE command was accepted
SITE UNIT=WORK
200 SITE command was accepted
SITE CY PRI=10
200 SITE command was accepted
TYPE A
200 Representation type is Ascii NonPrint
CWD 'PW.MZ.T'
250 "PW.MZ.T." is the working directory name prefix.
CDUP
250 "PW.MZ." is the working directory name prefix.
CDUP
250 "PW." is the working directory name prefix.
CDUP
250 "" is the working directory name prefix.
CDUP
501 Directory is already NULL
CWD 'PW.MZ.T.TCM.WCHDS'
250 "PW.MZ.T.TCM.WCHDS." is the working directory name prefix.
PWD
257 "'PW.MZ.T.TCM.WCHDS.'" is working directory.
TYPE A
200 Representation type is Ascii NonPrint
PASV
227 Entering Passive Mode (###.###.###.##,13,234)
connecting data channel to ###.###.###.##:13,234(3562)
data channel connected to ###.###.###.##:13,234(3562)
LIST
125 List started OK
# transferred 260 bytes in < 0.001 seconds, 2080.000 kbps ( 260.000 kBps), transfer succeeded.
250 List completed successfully.
Starting file content comparison (C:\WIC_EOD\Work\ftp\out\t837p.inp, PW.MZ.T.TCM.WCHDS.CLMS)
XMD5 "PW.MZ.T.TCM.WCHDS.CLMS"
500 unknown command XMD5
XSHA1 "PW.MZ.T.TCM.WCHDS.CLMS"
500 unknown command XSHA1
XCRC "PW.MZ.T.TCM.WCHDS.CLMS"
500 unknown command XCRC
File content comparison failed
Sending "REST" command to determine if the server supports restarts.
REST 1024
504 Restart requires Block or Compressed transfer mode.
This server does not appear to support restarts.
-- Resuming of interrupted transfers disabled.
-- Multipart downloads disabled.
Finished checking for "REST" command support.
TYPE I
200 Representation type is Image
PASV
227 Entering Passive Mode (###.###.###.##,13,235)
connecting data channel to ###.###.###.##:13,235(3563)
data channel connected to ###.###.###.##:13,235(3563)
STOR CLMS
125 Storing data set PW.MZ.T.TCM.WCHDS.CLMS
250 Transfer completed successfully.
# transferred 298599 bytes in 0.203 seconds, 11760.207 kbps ( 1470.026 kBps), transfer succeeded.
Transfer request completed with status: Finished
QUIT
221 Quit command received. Goodbye.
Connection closed. Ready for next connection.