Hi!
I'm trying to use the package sun.net.ftp to implement a ftp session :
public ftp_cls () {
FtpClient myFtp = new FtpClient();
try {
int ch;
myFtp.openServer("localhost");
myFtp.login("anonymous","anonymous");
myFtp.cd("mine");
myFtp.binary()...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.