Home
last modified time | relevance | path

Searched refs:ftp (Results 1 – 25 of 753) sorted by relevance

12345678910>>...31

/external/syslinux/gpxe/src/net/tcp/
Dftp.c78 struct ftp_request *ftp = in ftp_free() local
81 DBGC ( ftp, "FTP %p freed\n", ftp ); in ftp_free()
83 uri_put ( ftp->uri ); in ftp_free()
84 free ( ftp ); in ftp_free()
93 static void ftp_done ( struct ftp_request *ftp, int rc ) { in ftp_done() argument
95 DBGC ( ftp, "FTP %p completed (%s)\n", ftp, strerror ( rc ) ); in ftp_done()
98 xfer_nullify ( &ftp->xfer ); in ftp_done()
99 xfer_close ( &ftp->xfer, rc ); in ftp_done()
100 xfer_nullify ( &ftp->control ); in ftp_done()
101 xfer_close ( &ftp->control, rc ); in ftp_done()
[all …]
/external/curl/tests/data/
Dtest57619 ftp
28 ftp://%HOSTIP:%FTPPORT/fully_simulated/UNIX/*
43 User: ftp-default
44 Group: ftp-default
52 User: ftp-default
53 Group: ftp-default
61 User: ftp-default
62 Group: ftp-default
74 User: ftp-default
75 Group: ftp-default
[all …]
Dtest109831 ftp
38 ftp://ftp-site/moo/1098 ftp://ftp-site/moo/1098 --proxy http://%HOSTIP:%HTTPPORT
49 GET ftp://ftp-site/moo/1098 HTTP/1.1
50 Host: ftp-site:21
53 GET ftp://ftp-site/moo/1098 HTTP/1.1
54 Host: ftp-site:21
Dtest2987 --ftp-method
22 ftp
25 FTP CWD with --ftp-method nocwd
28 --ftp-method nocwd ftp://%HOSTIP:%FTPPORT/first/second/third/298
36 PASS ftp@example.com
Dtest2967 --ftp-method
22 ftp
25 FTP CWD with --ftp-method multicwd
28 --ftp-method multicwd ftp://%HOSTIP:%FTPPORT/first/second/third/296
36 PASS ftp@example.com
Dtest2977 --ftp-method
22 ftp
25 FTP CWD with --ftp-method singlecwd
28 --ftp-method singlecwd ftp://%HOSTIP:%FTPPORT/first/second/third/297
36 PASS ftp@example.com
Dtest27027 ftp
30 FTP RETR PASV --ftp-skip-pasv-ip
33 ftp://%HOSTIP:%FTPPORT/270 --ftp-skip-pasv-ip --disable-epsv
41 PASS ftp@example.com
Dtest2948 --ftp-account
39 ftp
42 FTP --ftp-account on ACCT request
45 ftp://%HOSTIP:%FTPPORT/294/ --ftp-account "data for acct"
54 PASS ftp@example.com
Dtest2807 --ftp-alternative-to-user
38 ftp
41 FTP --ftp-alternative-to-user on USER failure
44 ftp://%HOSTIP:%FTPPORT/280/ --ftp-alternative-to-user "USER replacement"
54 PASS ftp@example.com
Dtest50515 ftp
26 ftp://%HOSTIP:%FTPPORT/505 log/upload505
33 ftp
48 ftp
56 PASS ftp@example.com
Dtest14722 ftp
25 FTP with --ftp-create-dirs (failing CWD)
28 ftp://%HOSTIP:%FTPPORT/first/dir/here/147 --ftp-create-dirs
41 PASS ftp@example.com
Dtest14819 ftp
22 FTP with --ftp-create-dirs (failing MKD)
25 ftp://%HOSTIP:%FTPPORT/attempt/to/get/this/148 --ftp-create-dirs
41 PASS ftp@example.com
Dtest121723 ftp
29 ftp://%HOSTIP:%FTPPORT/get/file/1217 ftp://%HOSTIP:%FTPPORT/get/file/again/1217 --ftp-method single…
42 PASS ftp@example.com
Dtest19618 ftp
24 ftp://%HOSTIP:%FTPPORT/196 --retry 1
36 PASS ftp@example.com
38 PASS ftp@example.com
Dtest107745 ftp
51 -x %HOSTIP:%HTTPPORT ftp://%HOSTIP:%HTTPPORT/we/want/that/page/1077 ftp://%HOSTIP:%HTTPPORT/we/want…
62 GET ftp://%HOSTIP:%HTTPPORT/we/want/that/page/1077 HTTP/1.1
66 GET ftp://%HOSTIP:%HTTPPORT/we/want/that/page/10770002 HTTP/1.0
Dtest19018 ftp
21 ftp
27 ftp://%HOSTIP:%FTPPORT/path/to/file/190 -m %FTPTIME2
39 PASS ftp@example.com
Dtest29524 ftp
27 FTP ACCT request without --ftp-account
30 ftp://%HOSTIP:%FTPPORT/295/
42 PASS ftp@example.com
/external/ltp/testcases/network/stress/ftp/
D00_Descriptions.txt1 ftp-download-stress01
2 Verify the ftp server or the kernel is not down after a ftp client
5 ftp-download-stress02
6 Verify the ftp server or the kernel is not down after many ftp
9 ftp-upload-stress01
10 Verify the ftp server or the kernel is not down after a ftp client
13 ftp-upload-stress02
14 Verify the ftp server or the kernel is not down after many ftp clients
/external/icu/tools/
Dupdate-tzdata.py59 def FtpRetrieveFile(ftp, filename): argument
60 ftp.retrbinary('RETR %s' % filename, open(filename, 'wb').write)
63 def FtpRetrieveFileAndSignature(ftp, data_filename): argument
66 FtpRetrieveFile(ftp, data_filename)
70 FtpRetrieveFile(ftp, signature_filename)
147 ftp = ftplib.FTP('ftp.iana.org')
148 ftp.login()
149 ftp.cwd('tz/releases')
150 for filename in ftp.nlst():
172 FtpRetrieveFileAndSignature(ftp, filename)
/external/ltp/runtest/
Dnet_stress.appl2 # Stress test for major application protocol (ssh, dns, http, ftp)
14 ftp4-download-stress ftp-download-stress
15 ftp6-download-stress ftp-download-stress -6
17 ftp4-upload-stress ftp-upload-stress
18 ftp6-upload-stress ftp-upload-stress -6
/external/ltp/testcases/network/stress/
DREADME84 When you run http or ftp stress tests, you have to start http or ftp server
92 When you run the ftp upload tests, please make sure the local host have
106 FTP_DOWNLOAD_DIR (for ftp stress test)
107 FTP_UPLOAD_DIR (for ftp stress test)
108 FTP_UPLOAD_URLDIR (for ftp stress test)
124 DOWNLOAD_BIGFILESIZE (for http/ftp downloading stress test)
125 DOWNLOAD_REGFILESIZE (for http/ftp downloading stress test)
126 UPLOAD_BIGFILESIZE (for ftp uploading stress test)
127 UPLOAD_REGFILESIZE (for ftp uploading stress test)
154 o FTP_DOWNLOAD_DIR (for ftp stress test)
[all …]
/external/ltp/tools/
Dltp_master77 $ftp = Net::FTP->new($hosts[$j], Debug => 0) or
79 $ftp->login($LTP_USER, $LTP_PASS) or die "\nUnable to login";
80 $ftp->type('I') or die "\nUnable to set type to Binary";
81 $ftp->put($LTP_RUN) or die "\nUnable to put $LTP_RUN";
82 $ftp->quit;
Dltp_check55 $ftp = Net::FTP->new($LTP_HOST, Debug => 0) or die "Can't connect to ftp: $LTP_HOST";
56 $ftp->login($LTP_USER, $LTP_PASS) or die "Unable to login";
57 $ftp->type('I') or die "Unable to set type to Binary";
58 @files = $ftp->ls("*ltpoutput.tgz");
66 if ($ftp->get($files[$i]))
69 $ftp->delete($files[$i]);
75 $ftp->quit;
/external/ImageMagick/
DQuickStart.txt3 of ImageMagick ftp sites. Those who want to build ImageMagick from source
10 ftp://ftp.imagemagick.org/pub/ImageMagick/binaries
110 ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.2-0-Q16-windows-dll.exe
111 ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.2-0-Q16-windows-static.exe
112 ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.2-0-Q8-windows-dll.exe
113 ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.2-0-Q8-windows-static.exe
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
Dant-commons-net.jar ... tools/ant/taskdefs/optional/net/FTP$1.class FTP.java package org. ...

12345678910>>...31