OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:nlst
(Results
1 - 25
of
39
) sorted by null
1
2
/external/curl/tests/data/
test144
6
NLST
15
REPLY
NLST
450 No files found
25
FTP
NLST
dir list without contents, using PORT
45
NLST
test145
5
NLST
12
REPLY
NLST
550 Have a taste on this!
24
FTP
NLST
dir list with weird reply code, using PORT
47
NLST
test1217
6
NLST
/external/curl/docs/libcurl/opts/
CURLOPT_DIRLISTONLY.3
40
Note: For FTP this causes a
NLST
command to be sent to the FTP server. Beware
41
that some FTP servers list only files in their response to
NLST
; they might not
CURLOPT_CUSTOMREQUEST.3
62
Instead of LIST and
NLST
when performing FTP directory listings.
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/core/command/
CommandNames.java
39
public static final String
NLST
= "
NLST
";
/external/mockftpserver/branches/1.x_Branch/src/main/java/org/mockftpserver/core/command/
CommandNames.java
39
public static final String
NLST
= "
NLST
";
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/command/
NlstCommandHandler.java
26
* CommandHandler for the
NLST
command. Handler logic:
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/stub/command/
NlstCommandHandler.java
24
* CommandHandler for the
NLST
command. Return the configured directory listing on the data
/external/mockftpserver/branches/1.x_Branch/src/main/java/org/mockftpserver/stub/command/
NlstCommandHandler.java
24
* CommandHandler for the
NLST
command. Return the configured directory listing on the data
/external/curl/lib/
ftp.h
73
FTP_PRET, /* generic state for PRET RETR, PRET STOR and PRET LIST/
NLST
*/
75
FTP_LIST, /* generic state for LIST,
NLST
or a custom list command */
/external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/command/
NlstCommandHandlerTest.groovy
103
return new Command(CommandNames.
NLST
, [DIR])
/external/icu/tools/
update-tzdata.py
150
for filename in ftp.
nlst
():
/external/mockftpserver/MockFtpServer/src/site/apt/
fakeftpserver-features.apt
47
* List of file entries (LIST) and list of filenames (
NLST
)
/external/mockftpserver/branches/1.x_Branch/
CHANGELOG.txt
46
- Implement default CommandHandlers for
NLST
, REIN, SMNT, SITE, ABOR and ALLO commands.
/prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_ftplib.py
25
# RETR, LIST and
NLST
commands are issued
202
self.push('125
nlst
ok')
533
self.client.
nlst
()
534
self.assertEqual(self.client.
nlst
(), NLST_DATA.split('\r\n')[:-1])
/prebuilts/gdb/linux-x86/lib/python2.7/test/
test_ftplib.py
25
# RETR, LIST and
NLST
commands are issued
202
self.push('125
nlst
ok')
533
self.client.
nlst
()
534
self.assertEqual(self.client.
nlst
(), NLST_DATA.split('\r\n')[:-1])
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_ftplib.py
25
# RETR, LIST and
NLST
commands are issued
202
self.push('125
nlst
ok')
533
self.client.
nlst
()
534
self.assertEqual(self.client.
nlst
(), NLST_DATA.split('\r\n')[:-1])
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_ftplib.py
25
# RETR, LIST and
NLST
commands are issued
202
self.push('125
nlst
ok')
533
self.client.
nlst
()
534
self.assertEqual(self.client.
nlst
(), NLST_DATA.split('\r\n')[:-1])
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/stub/
StubFtpServer.java
116
setCommandHandler(CommandNames.
NLST
, new NlstCommandHandler());
/external/mockftpserver/branches/1.x_Branch/src/test/java/org/mockftpserver/stub/
StubFtpServerIntegrationTest.java
168
* Test the
NLST
command.
174
NlstCommandHandler nlstCommandHandler = (NlstCommandHandler) stubFtpServer.getCommandHandler(CommandNames.
NLST
);
177
//
NLST
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/
FakeFtpServer.java
187
setCommandHandler(CommandNames.
NLST
, new NlstCommandHandler());
/libcore/ojluni/src/main/java/sun/net/ftp/
FtpDirEntry.java
32
* can gather from the server by doing a {@code LST} (or {@code
NLST
}) command and
/external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/stub/
StubFtpServerIntegrationTest.java
153
NlstCommandHandler nlstCommandHandler = (NlstCommandHandler) stubFtpServer.getCommandHandler(CommandNames.
NLST
);
156
//
NLST
/prebuilts/gdb/darwin-x86/lib/python2.7/
ftplib.py
422
cmd: A RETR, LIST,
NLST
, or MLSD command.
503
def
nlst
(self, *args):
member in class:FTP
505
cmd = '
NLST
'
[
all
...]
Completed in 690 milliseconds
1
2