Hi all,
I am facing an issue on how to get the FTP response code after I perform login or perform FTP upload. Currently, I can get "FTPReply" from "FTPClient" class but this class will be deprecated in the future release and will be replaced by "FileTransferClient"; however, I could not find a way to get "FTPReply" if I use "FileTransferClient".
I am using edtftpj.jar v2.0.4.
Could anyone give me some direction on it? Many thanks
Nie