Home | History | Annotate | Download | only in command

Lines Matching defs:directory

25  * CommandHandler for the PWD (Print Working Directory) and XPWD commands. By default, return 

26 * an empty directory name, along with a reply code of 257. You can customize the returned
27 * directory name by setting the <code>directory</code> property.
37 private String directory = "";
50 sendReply(session, quotes(directory));
54 * Set the directory String to be returned by this command
55 * @param directory - the directory
58 this.directory = response;