apache - Testing a ftp client program in Java -
i have java app reads files kept on remote server using ftp protocol, used org.apache.commons.net.ftp.ftpclient
to write ftp client side code, dont know how test it.
you can test putting logs after connect, login, listing files etc, , in catch block print stack trace until connections issues resolved.
Comments
Post a Comment