Home
last modified time | relevance | path

Searched refs:currentDirectory (Results 1 – 25 of 65) sorted by relevance

123

/external/mockftpserver/tags/2.0-rc1/src/main/java/org/mockftpserver/fake/command/
DPwdCommandHandler.java36 String currentDirectory = (String) session.getAttribute(SessionKeys.CURRENT_DIRECTORY); in handle() local
38 …verifyFileSystemCondition(notNullOrEmpty(currentDirectory), currentDirectory, "filesystem.currentD… in handle() local
39 sendReply(session, ReplyCodes.PWD_OK, "pwd", list(currentDirectory)); in handle()
DCdupCommandHandler.java39 …String currentDirectory = (String) getRequiredSessionAttribute(session, SessionKeys.CURRENT_DIRECT… in handle() local
40 String path = getFileSystem().getParent(currentDirectory); in handle()
43 …verifyFileSystemCondition(notNullOrEmpty(path), currentDirectory, "filesystem.parentDirectoryDoesN… in handle() local
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/command/
DPwdCommandHandler.java36 String currentDirectory = (String) session.getAttribute(SessionKeys.CURRENT_DIRECTORY); in handle() local
38 …verifyFileSystemCondition(notNullOrEmpty(currentDirectory), currentDirectory, "filesystem.currentD… in handle() local
39 sendReply(session, ReplyCodes.PWD_OK, "pwd", list(currentDirectory)); in handle()
DCdupCommandHandler.java39 …String currentDirectory = (String) getRequiredSessionAttribute(session, SessionKeys.CURRENT_DIRECT… in handle() local
40 String path = getFileSystem().getParent(currentDirectory); in handle()
43 …verifyFileSystemCondition(notNullOrEmpty(path), currentDirectory, "filesystem.parentDirectoryDoesN… in handle() local
/external/mockftpserver/tags/2.3/src/main/java/org/mockftpserver/fake/command/
DPwdCommandHandler.java36 String currentDirectory = (String) session.getAttribute(SessionKeys.CURRENT_DIRECTORY); in handle() local
38 …verifyFileSystemCondition(notNullOrEmpty(currentDirectory), currentDirectory, "filesystem.currentD… in handle() local
39 sendReply(session, ReplyCodes.PWD_OK, "pwd", list(currentDirectory)); in handle()
DCdupCommandHandler.java39 …String currentDirectory = (String) getRequiredSessionAttribute(session, SessionKeys.CURRENT_DIRECT… in handle() local
40 String path = getFileSystem().getParent(currentDirectory); in handle()
43 …verifyFileSystemCondition(notNullOrEmpty(path), currentDirectory, "filesystem.parentDirectoryDoesN… in handle() local
/external/mockftpserver/tags/2.2/src/main/java/org/mockftpserver/fake/command/
DPwdCommandHandler.java36 String currentDirectory = (String) session.getAttribute(SessionKeys.CURRENT_DIRECTORY); in handle() local
38 …verifyFileSystemCondition(notNullOrEmpty(currentDirectory), currentDirectory, "filesystem.currentD… in handle() local
39 sendReply(session, ReplyCodes.PWD_OK, "pwd", list(currentDirectory)); in handle()
DCdupCommandHandler.java39 …String currentDirectory = (String) getRequiredSessionAttribute(session, SessionKeys.CURRENT_DIRECT… in handle() local
40 String path = getFileSystem().getParent(currentDirectory); in handle()
43 …verifyFileSystemCondition(notNullOrEmpty(path), currentDirectory, "filesystem.parentDirectoryDoesN… in handle() local
/external/mockftpserver/tags/2.5/src/main/java/org/mockftpserver/fake/command/
DPwdCommandHandler.java36 String currentDirectory = (String) session.getAttribute(SessionKeys.CURRENT_DIRECTORY); in handle() local
38 …verifyFileSystemCondition(notNullOrEmpty(currentDirectory), currentDirectory, "filesystem.currentD… in handle() local
39 sendReply(session, ReplyCodes.PWD_OK, "pwd", list(currentDirectory)); in handle()
DCdupCommandHandler.java39 …String currentDirectory = (String) getRequiredSessionAttribute(session, SessionKeys.CURRENT_DIRECT… in handle() local
40 String path = getFileSystem().getParent(currentDirectory); in handle()
43 …verifyFileSystemCondition(notNullOrEmpty(path), currentDirectory, "filesystem.parentDirectoryDoesN… in handle() local
/external/mockftpserver/tags/2.0/src/main/java/org/mockftpserver/fake/command/
DPwdCommandHandler.java36 String currentDirectory = (String) session.getAttribute(SessionKeys.CURRENT_DIRECTORY); in handle() local
38 …verifyFileSystemCondition(notNullOrEmpty(currentDirectory), currentDirectory, "filesystem.currentD… in handle() local
39 sendReply(session, ReplyCodes.PWD_OK, "pwd", list(currentDirectory)); in handle()
DCdupCommandHandler.java39 …String currentDirectory = (String) getRequiredSessionAttribute(session, SessionKeys.CURRENT_DIRECT… in handle() local
40 String path = getFileSystem().getParent(currentDirectory); in handle()
43 …verifyFileSystemCondition(notNullOrEmpty(path), currentDirectory, "filesystem.parentDirectoryDoesN… in handle() local
/external/mockftpserver/tags/2.1/src/main/java/org/mockftpserver/fake/command/
DPwdCommandHandler.java36 String currentDirectory = (String) session.getAttribute(SessionKeys.CURRENT_DIRECTORY); in handle() local
38 …verifyFileSystemCondition(notNullOrEmpty(currentDirectory), currentDirectory, "filesystem.currentD… in handle() local
39 sendReply(session, ReplyCodes.PWD_OK, "pwd", list(currentDirectory)); in handle()
DCdupCommandHandler.java39 …String currentDirectory = (String) getRequiredSessionAttribute(session, SessionKeys.CURRENT_DIRECT… in handle() local
40 String path = getFileSystem().getParent(currentDirectory); in handle()
43 …verifyFileSystemCondition(notNullOrEmpty(path), currentDirectory, "filesystem.parentDirectoryDoesN… in handle() local
/external/mockftpserver/tags/2.0.1/src/main/java/org/mockftpserver/fake/command/
DPwdCommandHandler.java36 String currentDirectory = (String) session.getAttribute(SessionKeys.CURRENT_DIRECTORY); in handle() local
38 …verifyFileSystemCondition(notNullOrEmpty(currentDirectory), currentDirectory, "filesystem.currentD… in handle() local
39 sendReply(session, ReplyCodes.PWD_OK, "pwd", list(currentDirectory)); in handle()
DCdupCommandHandler.java39 …String currentDirectory = (String) getRequiredSessionAttribute(session, SessionKeys.CURRENT_DIRECT… in handle() local
40 String path = getFileSystem().getParent(currentDirectory); in handle()
43 …verifyFileSystemCondition(notNullOrEmpty(path), currentDirectory, "filesystem.parentDirectoryDoesN… in handle() local
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/main/java/org/mockftpserver/fake/command/
DPwdCommandHandler.java36 String currentDirectory = (String) session.getAttribute(SessionKeys.CURRENT_DIRECTORY); in handle() local
38 …verifyFileSystemCondition(notNullOrEmpty(currentDirectory), currentDirectory, "filesystem.currentD… in handle() local
39 sendReply(session, ReplyCodes.PWD_OK, "pwd", list(currentDirectory)); in handle()
DCdupCommandHandler.java39 …String currentDirectory = (String) getRequiredSessionAttribute(session, SessionKeys.CURRENT_DIRECT… in handle() local
40 String path = getFileSystem().getParent(currentDirectory); in handle()
43 …verifyFileSystemCondition(notNullOrEmpty(path), currentDirectory, "filesystem.parentDirectoryDoesN… in handle() local
/external/mockftpserver/tags/2.0.2/src/main/java/org/mockftpserver/fake/command/
DPwdCommandHandler.java36 String currentDirectory = (String) session.getAttribute(SessionKeys.CURRENT_DIRECTORY); in handle() local
38 …verifyFileSystemCondition(notNullOrEmpty(currentDirectory), currentDirectory, "filesystem.currentD… in handle() local
39 sendReply(session, ReplyCodes.PWD_OK, "pwd", list(currentDirectory)); in handle()
DCdupCommandHandler.java39 …String currentDirectory = (String) getRequiredSessionAttribute(session, SessionKeys.CURRENT_DIRECT… in handle() local
40 String path = getFileSystem().getParent(currentDirectory); in handle()
43 …verifyFileSystemCondition(notNullOrEmpty(path), currentDirectory, "filesystem.parentDirectoryDoesN… in handle() local
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/main/java/org/mockftpserver/fake/command/
DPwdCommandHandler.java36 String currentDirectory = (String) session.getAttribute(SessionKeys.CURRENT_DIRECTORY); in handle() local
38 …verifyFileSystemCondition(notNullOrEmpty(currentDirectory), currentDirectory, "filesystem.currentD… in handle() local
39 sendReply(session, ReplyCodes.PWD_OK, "pwd", list(currentDirectory)); in handle()
DCdupCommandHandler.java39 …String currentDirectory = (String) getRequiredSessionAttribute(session, SessionKeys.CURRENT_DIRECT… in handle() local
40 String path = getFileSystem().getParent(currentDirectory); in handle()
43 …verifyFileSystemCondition(notNullOrEmpty(path), currentDirectory, "filesystem.parentDirectoryDoesN… in handle() local
/external/mockftpserver/tags/2.4/src/main/java/org/mockftpserver/fake/command/
DPwdCommandHandler.java36 String currentDirectory = (String) session.getAttribute(SessionKeys.CURRENT_DIRECTORY); in handle() local
38 …verifyFileSystemCondition(notNullOrEmpty(currentDirectory), currentDirectory, "filesystem.currentD… in handle() local
39 sendReply(session, ReplyCodes.PWD_OK, "pwd", list(currentDirectory)); in handle()
DCdupCommandHandler.java39 …String currentDirectory = (String) getRequiredSessionAttribute(session, SessionKeys.CURRENT_DIRECT… in handle() local
40 String path = getFileSystem().getParent(currentDirectory); in handle()
43 …verifyFileSystemCondition(notNullOrEmpty(path), currentDirectory, "filesystem.parentDirectoryDoesN… in handle() local
/external/mockftpserver/tags/2.x_Before_IDEA/src/main/groovy/org/mockftpserver/fake/command/
DPwdCommandHandler.groovy38 def currentDirectory = session.getAttribute(SessionKeys.CURRENT_DIRECTORY)
39 verifyForExistingFile(currentDirectory, currentDirectory)
40 sendReply(session, ReplyCodes.PWD_OK, [currentDirectory])

123