#
Size: a a a
#
#
EP
СП
EP
СП
СГ
СГ
СГ
/
ИГ
ВС
ВС
ВС
LK
AM
AM
ftp.connect(server);
System.out.println("Connected to " + server + ".");
System.out.print(ftp.getReplyString());
// After connection attempt, you should check the reply code to verify
// success.
reply = ftp.getReplyCode();
if(!FTPReply.isPositiveCompletion(reply)) {
ftp.disconnect();
System.err.println("FTP server refused connection.");
System.exit(1);
}
ВС
MN