HomeSort by relevance Sort by last modified time
    Searched refs:ftp (Results 26 - 50 of 157) sorted by null

12 3 4 5 6 7

  /external/ltp/testcases/network/tcp_cmds/ftp/
ftp01 21 # FILE : ftp
23 # PURPOSE: To test the basic functionality of the `ftp` command.
52 TC=ftp
65 exists awk ftp rsh
103 } | ftp -nv $RHOST
115 } | ftp -nv $RHOST
122 tst_resm TINFO "Test Successful doing ftp $a $j $i"
124 end_testcase "Test Fail: Wrong sum while performing ftp $a $j $i"
  /external/ltp/testcases/network/stress/ftp/
ftp-upload-stress02-rmt 22 TCID=ftp-upload-stress02-rmt
68 curl -s --noproxy '*' -u anonymous:ftp@ltp-ns.org -T $filename \
69 -g "ftp://${server_ipaddr}/${urldir}/${filename}${num}" &
76 out=$(curl --noproxy '*' -sS -u anonymous:ftp@ltp-ns.org -T $filename \
77 -g "ftp://$server_ipaddr/$urldir/" \
85 tst_brkm TBROK "Failed to upload to ftp://$server_ipaddr/$urldir/"
ftp-download-stress01-rmt 22 TCID=ftp-download-stress01-rmt
39 out=$(curl --noproxy '*' -sS -g "ftp://$server_ipaddr/$filename" -o /dev/null \
47 tst_brkm TBROK "Failed to download ftp://$server_ipaddr/$filename"
ftp-download-stress02-rmt 22 TCID=ftp-download-stress02-rmt
57 curl --noproxy '*' -s -g "ftp://${server_ipaddr}/${filename}" \
64 out=$(curl --noproxy '*' -sS -g "ftp://$server_ipaddr/$filename" -o /dev/null \
72 tst_brkm TBROK "Failed to download ftp://$server_ipaddr/$filename"
  /external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/stub/example/
FtpWorkingDirectory.java 18 import org.apache.commons.net.ftp.FTPClient;
24 * Simple FTP client code example.
36 * Return the current working directory for the FTP account on the server
48 * Set the hostname of the FTP server
49 * @param server - the hostname of the FTP server
56 * Set the port number for the FTP server
SpringConfigurationTest.java 18 import org.apache.commons.net.ftp.FTPClient;
19 import org.apache.commons.net.ftp.FTPFile;
RemoteFile.java 18 import org.apache.commons.net.ftp.FTPClient;
24 * Simple FTP client code example.
54 * Set the hostname of the FTP server
56 * @param server - the hostname of the FTP server
63 * Set the port number for the FTP server
  /external/mockftpserver/branches/1.x_Branch/src/test/java/org/mockftpserver/stub/example/
FtpWorkingDirectory.java 21 import org.apache.commons.net.ftp.FTPClient;
24 * Simple FTP client code example.
36 * Return the current working directory for the FTP account on the server
48 * Set the hostname of the FTP server
49 * @param server - the hostname of the FTP server
56 * Set the port number for the FTP server
SpringConfigurationTest.java 20 import org.apache.commons.net.ftp.FTPClient;
21 import org.apache.commons.net.ftp.FTPFile;
RemoteFile.java 22 import org.apache.commons.net.ftp.FTPClient;
25 * Simple FTP client code example.
52 * Set the hostname of the FTP server
53 * @param server - the hostname of the FTP server
60 * Set the port number for the FTP server
  /external/curl/docs/cmdline-opts/
ftp-account.d 1 Long: ftp-account
4 Protocols: FTP
7 When an FTP server asks for "account data" after user name and password has
ftp-pret.d 1 Long: ftp-pret
3 Protocols: FTP
6 Tell curl to send a PRET command before PASV (and EPSV). Certain FTP servers,
proto-default.d 10 curl --proto-default https ftp.mozilla.org
disable-eprt.d 3 Protocols: FTP
6 FTP transfers. Curl will normally always first attempt to use EPRT, then LPRT
8 LPRT are extensions to the original FTP protocol, and may not work on all
19 passive mode you need to not use --ftp-port or force it with --ftp-pasv.
create-dirs.d 9 To create remote directories when using FTP or SFTP, try --ftp-create-dirs.
ftp-port.d 1 Long: ftp-port
5 Protocols: FTP
6 See-also: ftp-pasv disable-eprt
8 Reverses the default initiator/listener roles when connecting with FTP. This
26 use of PORT with --ftp-pasv. Disable the attempt to use the EPRT command
  /external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/stub/
StubFtpServer_RestartTest.groovy 19 import org.apache.commons.net.ftp.FTPClient
  /external/curl/tests/
serverhelp.pm 82 /^((ftp|http|imap|pop3|smtp|http-pipe)s?)(\d*)(-ipv6|)$/) {
108 ($proto =~ /^(((FTP|HTTP|HTTP\/2|IMAP|POP3|SMTP|HTTP-PIPE)S?)|(TFTP|SFTP|SOCKS|SSH|RTSP|GOPHER|HTTPTLS|DICT|SMB|SMBS|TELNET))$/));
161 $trailer = '_stunnel.log' if(lc($proto) =~ /^(ftp|http|imap|pop3|smtp)s$/);
202 (lc($proto) =~ /^(ftp|imap|pop3|smtp)s?$/));
214 (lc($proto) =~ /^(ftp|imap|pop3|smtp)s?$/));
  /external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/core/server/
AbstractFtpServer_StartTestCase.java 18 import org.apache.commons.net.ftp.FTPClient;
  /libcore/ojluni/src/main/java/sun/net/www/protocol/ftp/
Handler.java 27 * FTP stream opener
30 package sun.net.www.protocol.ftp;
36 /** open an ftp connection given a URL */
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_ftplib.py 3 # Modified by Giampaolo Rodola' to test FTP class, IPv6 and TLS
406 self.client = ftplib.FTP(timeout=10)
559 self.client = ftplib.FTP()
676 ftplib.FTP.port = self.port
708 ftp = ftplib.FTP("localhost")
711 self.assertEqual(ftp.sock.gettimeout(), 30)
713 ftp.close()
720 ftp = ftplib.FTP("localhost", timeout=None)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_ftplib.py 3 # Modified by Giampaolo Rodola' to test FTP class, IPv6 and TLS
406 self.client = ftplib.FTP(timeout=10)
559 self.client = ftplib.FTP()
676 ftplib.FTP.port = self.port
708 ftp = ftplib.FTP("localhost")
711 self.assertEqual(ftp.sock.gettimeout(), 30)
713 ftp.close()
720 ftp = ftplib.FTP("localhost", timeout=None
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_ftplib.py 3 # Modified by Giampaolo Rodola' to test FTP class, IPv6 and TLS
406 self.client = ftplib.FTP(timeout=10)
559 self.client = ftplib.FTP()
676 ftplib.FTP.port = self.port
708 ftp = ftplib.FTP("localhost")
711 self.assertEqual(ftp.sock.gettimeout(), 30)
713 ftp.close()
720 ftp = ftplib.FTP("localhost", timeout=None
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_ftplib.py 3 # Modified by Giampaolo Rodola' to test FTP class, IPv6 and TLS
406 self.client = ftplib.FTP(timeout=10)
559 self.client = ftplib.FTP()
676 ftplib.FTP.port = self.port
708 ftp = ftplib.FTP("localhost")
711 self.assertEqual(ftp.sock.gettimeout(), 30)
713 ftp.close()
720 ftp = ftplib.FTP("localhost", timeout=None
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_ftplib.py 3 # Modified by Giampaolo Rodola' to test FTP class, IPv6 and TLS
406 self.client = ftplib.FTP(timeout=10)
559 self.client = ftplib.FTP()
676 ftplib.FTP.port = self.port
708 ftp = ftplib.FTP("localhost")
711 self.assertEqual(ftp.sock.gettimeout(), 30)
713 ftp.close()
720 ftp = ftplib.FTP("localhost", timeout=None
    [all...]

Completed in 423 milliseconds

12 3 4 5 6 7