HomeSort by relevance Sort by last modified time
    Searched refs:RETR (Results 1 - 25 of 25) sorted by null

  /external/curl/docs/cmdline-opts/
ignore-content-length.d 9 For FTP (since 7.46.0), skip the RETR command to figure out the size before
ftp-method.d 15 curl does no CWD at all. curl will do SIZE, RETR, STOR etc and give a full
request.d 30 Specifies a custom POP3 command to use instead of LIST or RETR. (Added in
  /external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/stub/example/
RemoteFileTest.java 45 // Replace the default RETR CommandHandler; customize returned file contents
48 stubFtpServer.setCommandHandler(CommandNames.RETR, retrCommandHandler);
68 // Replace the default RETR CommandHandler; return failure reply code
71 stubFtpServer.setCommandHandler(CommandNames.RETR, retrCommandHandler);
  /external/mockftpserver/branches/1.x_Branch/src/test/java/org/mockftpserver/stub/example/
RemoteFileTest.java 45 // Replace the default RETR CommandHandler; customize returned file contents
48 stubFtpServer.setCommandHandler(CommandNames.RETR, retrCommandHandler);
68 // Replace the default RETR CommandHandler; return failure reply code
71 stubFtpServer.setCommandHandler(CommandNames.RETR, retrCommandHandler);
  /external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/stub/command/
FileRetrCommandHandlerTest.java 120 Command command = new Command(CommandNames.RETR, array(FILENAME1));
133 testHandleCommand_InvalidParameters(commandHandler, CommandNames.RETR, EMPTY);
141 commandHandler.handleCommand(new Command(CommandNames.RETR, EMPTY), session);
RetrCommandHandlerTest.java 108 Command command = new Command(CommandNames.RETR, array(FILENAME1));
120 testHandleCommand_InvalidParameters(commandHandler, CommandNames.RETR, EMPTY);
  /external/mockftpserver/branches/1.x_Branch/src/test/java/org/mockftpserver/stub/command/
FileRetrCommandHandlerTest.java 121 Command command = new Command(CommandNames.RETR, array(FILENAME1));
134 testHandleCommand_InvalidParameters(commandHandler, CommandNames.RETR, EMPTY);
142 commandHandler.handleCommand(new Command(CommandNames.RETR, EMPTY), session);
RetrCommandHandlerTest.java 107 Command command = new Command(CommandNames.RETR, array(FILENAME1));
119 testHandleCommand_InvalidParameters(commandHandler, CommandNames.RETR, EMPTY);
  /external/mockftpserver/branches/1.x_Branch/src/main/java/org/mockftpserver/core/command/
CommandNames.java 48 public static final String RETR = "RETR";
  /external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/core/command/
CommandNames.java 48 public static final String RETR = "RETR";
  /external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/stub/
StubFtpServer.java 30 * server commands (e.g. RETR, DELE, LIST). These handlers implement the {@link CommandHandler}
120 setCommandHandler(CommandNames.RETR, new RetrCommandHandler());
  /external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/command/
RetrCommandHandlerTest.groovy 115 return new Command(CommandNames.RETR, [FILE])
  /external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/
FakeFtpServer.java 196 setCommandHandler(CommandNames.RETR, new RetrCommandHandler());
  /external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/stub/
StubFtpServerIntegrationTest.java 539 retrCommandHandler = (RetrCommandHandler) stubFtpServer.getCommandHandler(CommandNames.RETR);
  /external/mockftpserver/branches/1.x_Branch/src/main/java/org/mockftpserver/stub/
StubFtpServer.java 79 * server commands (e.g. RETR, DELE, LIST). These handlers implement the {@link CommandHandler}
188 setCommandHandler(CommandNames.RETR, new RetrCommandHandler());
  /external/mockftpserver/branches/1.x_Branch/src/test/java/org/mockftpserver/stub/
StubFtpServerIntegrationTest.java 588 retrCommandHandler = (RetrCommandHandler) stubFtpServer.getCommandHandler(CommandNames.RETR);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
ftplib.py 92 To download a file, use ftp.retrlines('RETR ' + filename),
388 cmd: A RETR command.
412 cmd: A RETR, LIST, NLST, or MLSD command.
426 if self.debugging > 2: print '*retr*', repr(line)
704 if self.debugging > 2: print '*retr*', repr(line)
762 '''Parse the '150' response for a RETR request.
864 # So: STOR before RETR, because here the target is a "user".
867 sreply = source.sendcmd('RETR ' + sourcename)
    [all...]
  /external/python/cpython2/Lib/
ftplib.py 94 To download a file, use ftp.retrlines('RETR ' + filename),
403 cmd: A RETR command.
427 cmd: A RETR, LIST, NLST, or MLSD command.
443 if self.debugging > 2: print '*retr*', repr(line)
742 if self.debugging > 2: print '*retr*', repr(line)
802 '''Parse the '150' response for a RETR request.
904 # So: STOR before RETR, because here the target is a "user".
907 sreply = source.sendcmd('RETR ' + sourcename)
    [all...]
  /external/python/cpython3/Lib/
ftplib.py 89 To download a file, use ftp.retrlines('RETR ' + filename),
429 cmd: A RETR command.
455 cmd: A RETR, LIST, or NLST command.
473 print('*retr*', repr(line))
818 '''Parse the '150' response for a RETR request.
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
ftplib.py 92 To download a file, use ftp.retrlines('RETR ' + filename),
398 cmd: A RETR command.
422 cmd: A RETR, LIST, NLST, or MLSD command.
436 if self.debugging > 2: print '*retr*', repr(line)
714 if self.debugging > 2: print '*retr*', repr(line)
772 '''Parse the '150' response for a RETR request.
874 # So: STOR before RETR, because here the target is a "user".
877 sreply = source.sendcmd('RETR ' + sourcename)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
ftplib.py 92 To download a file, use ftp.retrlines('RETR ' + filename),
398 cmd: A RETR command.
422 cmd: A RETR, LIST, NLST, or MLSD command.
436 if self.debugging > 2: print '*retr*', repr(line)
714 if self.debugging > 2: print '*retr*', repr(line)
772 '''Parse the '150' response for a RETR request.
874 # So: STOR before RETR, because here the target is a "user".
877 sreply = source.sendcmd('RETR ' + sourcename)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
ftplib.py 92 To download a file, use ftp.retrlines('RETR ' + filename),
398 cmd: A RETR command.
422 cmd: A RETR, LIST, NLST, or MLSD command.
436 if self.debugging > 2: print '*retr*', repr(line)
714 if self.debugging > 2: print '*retr*', repr(line)
772 '''Parse the '150' response for a RETR request.
874 # So: STOR before RETR, because here the target is a "user".
877 sreply = source.sendcmd('RETR ' + sourcename)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
ftplib.py 92 To download a file, use ftp.retrlines('RETR ' + filename),
398 cmd: A RETR command.
422 cmd: A RETR, LIST, NLST, or MLSD command.
436 if self.debugging > 2: print '*retr*', repr(line)
714 if self.debugging > 2: print '*retr*', repr(line)
772 '''Parse the '150' response for a RETR request.
874 # So: STOR before RETR, because here the target is a "user".
877 sreply = source.sendcmd('RETR ' + sourcename)
    [all...]
  /external/curl/tests/
ftpserver.pl 554 'RETR' => \&RETR_ftp,
597 'RETR' => \&RETR_pop3,
    [all...]

Completed in 1045 milliseconds