451452453454455456457458459460461
if(f2.canWrite()) { accessible = FtpConnection.W; } else if(f2.canRead()) { accessible = FtpConnection.R; } else {