Searched defs:directoryListing (Results 1 - 25 of 42) sorted by relevance

12

/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/stub/command/
H A DListCommandHandler.java27 * returned directory listing by setting the <code>directoryListing</code> property.
35 * Here is an example value for <code>directoryListing</code> when the <code>SystCommandHandler</code>
43 * And here is an example value for <code>directoryListing</code> when the <code>SystCommandHandler</code>
65 private String directoryListing = ""; field in class:ListCommandHandler
78 session.sendData(directoryListing.getBytes(), directoryListing.length());
82 * Set the contents of the directoryListing to send back on the data connection for this command.
85 * @param directoryListing - the directoryListing to set
87 public void setDirectoryListing(String directoryListing) { argument
[all...]
H A DNlstCommandHandler.java27 * returned directory listing by setting the <code>directoryListing</code> property.
42 private String directoryListing = ""; field in class:NlstCommandHandler
55 session.sendData(directoryListing.getBytes(), directoryListing.length());
59 * Set the contents of the directoryListing to send back on the data connection for this command.
62 * @param directoryListing - the directoryListing to set
64 public void setDirectoryListing(String directoryListing) { argument
65 this.directoryListing = directoryListing
[all...]
/external/mockftpserver/branches/1.x_Branch/src/main/java/org/mockftpserver/stub/command/
H A DListCommandHandler.java27 * returned directory listing by setting the <code>directoryListing</code> property.
50 private String directoryListing = ""; field in class:ListCommandHandler
63 session.sendData(directoryListing.getBytes(), directoryListing.length());
67 * Set the contents of the directoryListing to send back on the data connection for this command.
69 * @param directoryListing - the directoryListing to set
71 public void setDirectoryListing(String directoryListing) { argument
72 this.directoryListing = directoryListing
[all...]
H A DNlstCommandHandler.java27 * returned directory listing by setting the <code>directoryListing</code> property.
43 private String directoryListing = ""; field in class:NlstCommandHandler
56 session.sendData(directoryListing.getBytes(), directoryListing.length());
60 * Set the contents of the directoryListing to send back on the data connection for this command.
62 * @param directoryListing - the directoryListing to set
64 public void setDirectoryListing(String directoryListing) { argument
65 this.directoryListing = directoryListing
[all...]
/external/mockftpserver/tags/1.0/src/main/java/org/mockftpserver/stub/command/
H A DListCommandHandler.java27 * returned directory listing by setting the <code>directoryListing</code> property.
50 private String directoryListing = ""; field in class:ListCommandHandler
63 session.sendData(directoryListing.getBytes(), directoryListing.length());
67 * Set the contents of the directoryListing to send back on the data connection for this command.
69 * @param directoryListing - the directoryListing to set
71 public void setDirectoryListing(String directoryListing) { argument
72 this.directoryListing = directoryListing
[all...]
H A DNlstCommandHandler.java27 * returned directory listing by setting the <code>directoryListing</code> property.
43 private String directoryListing = ""; field in class:NlstCommandHandler
56 session.sendData(directoryListing.getBytes(), directoryListing.length());
60 * Set the contents of the directoryListing to send back on the data connection for this command.
62 * @param directoryListing - the directoryListing to set
64 public void setDirectoryListing(String directoryListing) { argument
65 this.directoryListing = directoryListing
[all...]
/external/mockftpserver/tags/1.1/src/main/java/org/mockftpserver/stub/command/
H A DListCommandHandler.java27 * returned directory listing by setting the <code>directoryListing</code> property.
50 private String directoryListing = ""; field in class:ListCommandHandler
63 session.sendData(directoryListing.getBytes(), directoryListing.length());
67 * Set the contents of the directoryListing to send back on the data connection for this command.
69 * @param directoryListing - the directoryListing to set
71 public void setDirectoryListing(String directoryListing) { argument
72 this.directoryListing = directoryListing
[all...]
H A DNlstCommandHandler.java27 * returned directory listing by setting the <code>directoryListing</code> property.
43 private String directoryListing = ""; field in class:NlstCommandHandler
56 session.sendData(directoryListing.getBytes(), directoryListing.length());
60 * Set the contents of the directoryListing to send back on the data connection for this command.
62 * @param directoryListing - the directoryListing to set
64 public void setDirectoryListing(String directoryListing) { argument
65 this.directoryListing = directoryListing
[all...]
/external/mockftpserver/tags/1.2/src/main/java/org/mockftpserver/stub/command/
H A DListCommandHandler.java27 * returned directory listing by setting the <code>directoryListing</code> property.
50 private String directoryListing = ""; field in class:ListCommandHandler
63 session.sendData(directoryListing.getBytes(), directoryListing.length());
67 * Set the contents of the directoryListing to send back on the data connection for this command.
69 * @param directoryListing - the directoryListing to set
71 public void setDirectoryListing(String directoryListing) { argument
72 this.directoryListing = directoryListing
[all...]
H A DNlstCommandHandler.java27 * returned directory listing by setting the <code>directoryListing</code> property.
43 private String directoryListing = ""; field in class:NlstCommandHandler
56 session.sendData(directoryListing.getBytes(), directoryListing.length());
60 * Set the contents of the directoryListing to send back on the data connection for this command.
62 * @param directoryListing - the directoryListing to set
64 public void setDirectoryListing(String directoryListing) { argument
65 this.directoryListing = directoryListing
[all...]
/external/mockftpserver/tags/1.2.1/src/main/java/org/mockftpserver/stub/command/
H A DListCommandHandler.java27 * returned directory listing by setting the <code>directoryListing</code> property.
50 private String directoryListing = ""; field in class:ListCommandHandler
63 session.sendData(directoryListing.getBytes(), directoryListing.length());
67 * Set the contents of the directoryListing to send back on the data connection for this command.
69 * @param directoryListing - the directoryListing to set
71 public void setDirectoryListing(String directoryListing) { argument
72 this.directoryListing = directoryListing
[all...]
H A DNlstCommandHandler.java27 * returned directory listing by setting the <code>directoryListing</code> property.
43 private String directoryListing = ""; field in class:NlstCommandHandler
56 session.sendData(directoryListing.getBytes(), directoryListing.length());
60 * Set the contents of the directoryListing to send back on the data connection for this command.
62 * @param directoryListing - the directoryListing to set
64 public void setDirectoryListing(String directoryListing) { argument
65 this.directoryListing = directoryListing
[all...]
/external/mockftpserver/tags/1.2.2/src/main/java/org/mockftpserver/stub/command/
H A DListCommandHandler.java27 * returned directory listing by setting the <code>directoryListing</code> property.
50 private String directoryListing = ""; field in class:ListCommandHandler
63 session.sendData(directoryListing.getBytes(), directoryListing.length());
67 * Set the contents of the directoryListing to send back on the data connection for this command.
69 * @param directoryListing - the directoryListing to set
71 public void setDirectoryListing(String directoryListing) { argument
72 this.directoryListing = directoryListing
[all...]
H A DNlstCommandHandler.java27 * returned directory listing by setting the <code>directoryListing</code> property.
43 private String directoryListing = ""; field in class:NlstCommandHandler
56 session.sendData(directoryListing.getBytes(), directoryListing.length());
60 * Set the contents of the directoryListing to send back on the data connection for this command.
62 * @param directoryListing - the directoryListing to set
64 public void setDirectoryListing(String directoryListing) { argument
65 this.directoryListing = directoryListing
[all...]
/external/mockftpserver/tags/1.2.3/src/main/java/org/mockftpserver/stub/command/
H A DListCommandHandler.java27 * returned directory listing by setting the <code>directoryListing</code> property.
50 private String directoryListing = ""; field in class:ListCommandHandler
63 session.sendData(directoryListing.getBytes(), directoryListing.length());
67 * Set the contents of the directoryListing to send back on the data connection for this command.
69 * @param directoryListing - the directoryListing to set
71 public void setDirectoryListing(String directoryListing) { argument
72 this.directoryListing = directoryListing
[all...]
H A DNlstCommandHandler.java27 * returned directory listing by setting the <code>directoryListing</code> property.
43 private String directoryListing = ""; field in class:NlstCommandHandler
56 session.sendData(directoryListing.getBytes(), directoryListing.length());
60 * Set the contents of the directoryListing to send back on the data connection for this command.
62 * @param directoryListing - the directoryListing to set
64 public void setDirectoryListing(String directoryListing) { argument
65 this.directoryListing = directoryListing
[all...]
/external/mockftpserver/tags/1.2.4/src/main/java/org/mockftpserver/stub/command/
H A DListCommandHandler.java27 * returned directory listing by setting the <code>directoryListing</code> property.
50 private String directoryListing = ""; field in class:ListCommandHandler
63 session.sendData(directoryListing.getBytes(), directoryListing.length());
67 * Set the contents of the directoryListing to send back on the data connection for this command.
69 * @param directoryListing - the directoryListing to set
71 public void setDirectoryListing(String directoryListing) { argument
72 this.directoryListing = directoryListing
[all...]
H A DNlstCommandHandler.java27 * returned directory listing by setting the <code>directoryListing</code> property.
43 private String directoryListing = ""; field in class:NlstCommandHandler
56 session.sendData(directoryListing.getBytes(), directoryListing.length());
60 * Set the contents of the directoryListing to send back on the data connection for this command.
62 * @param directoryListing - the directoryListing to set
64 public void setDirectoryListing(String directoryListing) { argument
65 this.directoryListing = directoryListing
[all...]
/external/mockftpserver/tags/2.0/src/main/java/org/mockftpserver/stub/command/
H A DListCommandHandler.java27 * returned directory listing by setting the <code>directoryListing</code> property.
48 private String directoryListing = ""; field in class:ListCommandHandler
61 session.sendData(directoryListing.getBytes(), directoryListing.length());
65 * Set the contents of the directoryListing to send back on the data connection for this command.
68 * @param directoryListing - the directoryListing to set
70 public void setDirectoryListing(String directoryListing) { argument
71 this.directoryListing = directoryListing
[all...]
H A DNlstCommandHandler.java27 * returned directory listing by setting the <code>directoryListing</code> property.
42 private String directoryListing = ""; field in class:NlstCommandHandler
55 session.sendData(directoryListing.getBytes(), directoryListing.length());
59 * Set the contents of the directoryListing to send back on the data connection for this command.
62 * @param directoryListing - the directoryListing to set
64 public void setDirectoryListing(String directoryListing) { argument
65 this.directoryListing = directoryListing
[all...]
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/main/java/org/mockftpserver/stub/command/
H A DListCommandHandler.java27 * returned directory listing by setting the <code>directoryListing</code> property.
48 private String directoryListing = ""; field in class:ListCommandHandler
61 session.sendData(directoryListing.getBytes(), directoryListing.length());
65 * Set the contents of the directoryListing to send back on the data connection for this command.
68 * @param directoryListing - the directoryListing to set
70 public void setDirectoryListing(String directoryListing) { argument
71 this.directoryListing = directoryListing
[all...]
H A DNlstCommandHandler.java27 * returned directory listing by setting the <code>directoryListing</code> property.
42 private String directoryListing = ""; field in class:NlstCommandHandler
55 session.sendData(directoryListing.getBytes(), directoryListing.length());
59 * Set the contents of the directoryListing to send back on the data connection for this command.
62 * @param directoryListing - the directoryListing to set
64 public void setDirectoryListing(String directoryListing) { argument
65 this.directoryListing = directoryListing
[all...]
/external/mockftpserver/tags/2.0-rc1/src/main/java/org/mockftpserver/stub/command/
H A DListCommandHandler.java27 * returned directory listing by setting the <code>directoryListing</code> property.
50 private String directoryListing = ""; field in class:ListCommandHandler
63 session.sendData(directoryListing.getBytes(), directoryListing.length());
67 * Set the contents of the directoryListing to send back on the data connection for this command.
69 * @param directoryListing - the directoryListing to set
71 public void setDirectoryListing(String directoryListing) { argument
72 this.directoryListing = directoryListing
[all...]
H A DNlstCommandHandler.java27 * returned directory listing by setting the <code>directoryListing</code> property.
43 private String directoryListing = ""; field in class:NlstCommandHandler
56 session.sendData(directoryListing.getBytes(), directoryListing.length());
60 * Set the contents of the directoryListing to send back on the data connection for this command.
62 * @param directoryListing - the directoryListing to set
64 public void setDirectoryListing(String directoryListing) { argument
65 this.directoryListing = directoryListing
[all...]
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/main/java/org/mockftpserver/stub/command/
H A DListCommandHandler.java27 * returned directory listing by setting the <code>directoryListing</code> property.
48 private String directoryListing = ""; field in class:ListCommandHandler
61 session.sendData(directoryListing.getBytes(), directoryListing.length());
65 * Set the contents of the directoryListing to send back on the data connection for this command.
68 * @param directoryListing - the directoryListing to set
70 public void setDirectoryListing(String directoryListing) { argument
71 this.directoryListing = directoryListing
[all...]

Completed in 3379 milliseconds

12