Package ds.pjftp.fs

Examples of ds.pjftp.fs.FSView.changeDir()


        }
        if (!Files.isDirectory(dir, NOFOLLOW_LINKS)) {
            session.replyWithSpace(550, "Not a directory.");
            return;
        }
        fsView.changeDir(param);
        session.replyWithSpace(200, "Directory changed to {}", fsView.getWorkingDir());
    }
}
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.