Hi,
In the
FTPClient.quote(java.lang.String command, java.lang.String[] validCodes)
method, I can't figure out what values I am supposed to give to
validCodes
I use this method to execute the following command :
site mapin text (filekind=data, rec=550)
and I get the following error :
FTPException MAPIn Local SITE Command syntax error: The file transfer type is not compatible with the mapping style
com.enterprisedt.net.ftp.FTPException: MAPIn Local SITE Command syntax error: The file transfer type is not compatible with the mapping style
at com.enterprisedt.net.ftp.FTPControlSocket.validateReply(FTPControlSocket.java:668)
at com.enterprisedt.net.ftp.FTPClient.quote(FTPClient.java:762)