Our Products:   CompleteFTP  edtFTPnet/Free  edtFTPnet/PRO  edtFTPj/Free  edtFTPj/PRO
0 votes
3.5k views
in Java FTP by (160 points)
While trying to do mget operation for Mainframe it is not fetching the files. In the log there is a warning message Unknown SYS MVS

3 Answers

0 votes
by (162k points)
Post the relevant section of the log file - MVS should be supported. What version are you using?
0 votes
by (160 points)
Using edtjpro 3.9.1
we re calling mget(".","*.*")
and
Following is the log
DEBUG [FTPControlSocket] 10 Jun 2013 11:38:12.362 : ---> SYST
DEBUG [FTPControlSocket] 10 Jun 2013 11:38:12.362 : 215 MVS is the operating system of this server. FTP Server is running on z/OS.
WARN [FTPFileFactory] 10 Jun 2013 11:38:12.362 : Unknown SYST 'MVS is the operating system of this server. FTP Server is running on z/OS.' - defaulting to Unix parsing
DEBUG [FTPControlSocket] 10 Jun 2013 11:38:12.362 : ---> PWD
DEBUG [FTPControlSocket] 10 Jun 2013 11:38:12.378 : 257 "'FTPT.Z.O.XFHFXA03.FEACHFXA.'" is working directory.
DEBUG [FTPClient] 10 Jun 2013 11:38:12.378 : setupDirDetails() returning: 'FTPT.Z.O.XFHFXA03.FEACHFXA.'
DEBUG [SSLFTPControlSocket] 10 Jun 2013 11:38:12.378 : ListenOnAllInterfaces=true
DEBUG [SSLFTPControlSocket] 10 Jun 2013 11:38:12.378 : Creating FTPActiveDataSocket
DEBUG [FTPControlSocket] 10 Jun 2013 11:38:12.378 : ---> PORT 49,19,235,109,239,129
DEBUG [FTPControlSocket] 10 Jun 2013 11:38:12.378 : 200 Port request OK.
DEBUG [FTPControlSocket] 10 Jun 2013 11:38:12.378 : ---> LIST
DEBUG [FTPControlSocket] 10 Jun 2013 11:38:12.394 : 125 List started OK
DEBUG [ProFTPActiveDataSocket] 10 Jun 2013 11:38:12.394 : Calling accept()
DEBUG [ProFTPActiveDataSocket] 10 Jun 2013 11:38:12.394 : accept() succeeded
DEBUG [ProFTPActiveDataSocket] 10 Jun 2013 11:38:12.394 : closeChild() succeeded
DEBUG [ProFTPActiveDataSocket] 10 Jun 2013 11:38:12.394 : close() succeeded
DEBUG [FTPControlSocket] 10 Jun 2013 11:38:12.394 : 250 List completed successfully.
DEBUG [UnixFileParser] 10 Jun 2013 11:38:12.409 : Not in UNIX format
DEBUG [UnixFileParser] 10 Jun 2013 11:38:12.409 : Not in UNIX format
DEBUG [WindowsFileParser] 10 Jun 2013 11:38:12.409 : Not in Windows format
DEBUG [VMSFileParser] 10 Jun 2013 11:38:12.409 : Not in VMS format
DEBUG [NetwareFileParser] 10 Jun 2013 11:38:12.409 : Not in Netware format
WARN [FTPFileFactory] 10 Jun 2013 11:38:12.409 : Could not detect format. Using default UNIX
0 votes
by (162k points)
You need to upgrade to 4.4.0

Categories

...