Searched refs:ftp (Results 1 – 25 of 753) sorted by relevance
12345678910>>...31
78 struct ftp_request *ftp = in ftp_free() local81 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() argument95 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 …]
19 ftp28 ftp://%HOSTIP:%FTPPORT/fully_simulated/UNIX/*43 User: ftp-default44 Group: ftp-default52 User: ftp-default53 Group: ftp-default61 User: ftp-default62 Group: ftp-default74 User: ftp-default75 Group: ftp-default[all …]
31 ftp38 ftp://ftp-site/moo/1098 ftp://ftp-site/moo/1098 --proxy http://%HOSTIP:%HTTPPORT49 GET ftp://ftp-site/moo/1098 HTTP/1.150 Host: ftp-site:2153 GET ftp://ftp-site/moo/1098 HTTP/1.154 Host: ftp-site:21
7 --ftp-method22 ftp25 FTP CWD with --ftp-method nocwd28 --ftp-method nocwd ftp://%HOSTIP:%FTPPORT/first/second/third/29836 PASS ftp@example.com
7 --ftp-method22 ftp25 FTP CWD with --ftp-method multicwd28 --ftp-method multicwd ftp://%HOSTIP:%FTPPORT/first/second/third/29636 PASS ftp@example.com
7 --ftp-method22 ftp25 FTP CWD with --ftp-method singlecwd28 --ftp-method singlecwd ftp://%HOSTIP:%FTPPORT/first/second/third/29736 PASS ftp@example.com
27 ftp30 FTP RETR PASV --ftp-skip-pasv-ip33 ftp://%HOSTIP:%FTPPORT/270 --ftp-skip-pasv-ip --disable-epsv41 PASS ftp@example.com
8 --ftp-account39 ftp42 FTP --ftp-account on ACCT request45 ftp://%HOSTIP:%FTPPORT/294/ --ftp-account "data for acct"54 PASS ftp@example.com
7 --ftp-alternative-to-user38 ftp41 FTP --ftp-alternative-to-user on USER failure44 ftp://%HOSTIP:%FTPPORT/280/ --ftp-alternative-to-user "USER replacement"54 PASS ftp@example.com
15 ftp26 ftp://%HOSTIP:%FTPPORT/505 log/upload50533 ftp48 ftp56 PASS ftp@example.com
22 ftp25 FTP with --ftp-create-dirs (failing CWD)28 ftp://%HOSTIP:%FTPPORT/first/dir/here/147 --ftp-create-dirs41 PASS ftp@example.com
19 ftp22 FTP with --ftp-create-dirs (failing MKD)25 ftp://%HOSTIP:%FTPPORT/attempt/to/get/this/148 --ftp-create-dirs41 PASS ftp@example.com
23 ftp29 ftp://%HOSTIP:%FTPPORT/get/file/1217 ftp://%HOSTIP:%FTPPORT/get/file/again/1217 --ftp-method single…42 PASS ftp@example.com
18 ftp24 ftp://%HOSTIP:%FTPPORT/196 --retry 136 PASS ftp@example.com38 PASS ftp@example.com
45 ftp51 -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.166 GET ftp://%HOSTIP:%HTTPPORT/we/want/that/page/10770002 HTTP/1.0
18 ftp21 ftp27 ftp://%HOSTIP:%FTPPORT/path/to/file/190 -m %FTPTIME239 PASS ftp@example.com
24 ftp27 FTP ACCT request without --ftp-account30 ftp://%HOSTIP:%FTPPORT/295/42 PASS ftp@example.com
1 ftp-download-stress012 Verify the ftp server or the kernel is not down after a ftp client5 ftp-download-stress026 Verify the ftp server or the kernel is not down after many ftp9 ftp-upload-stress0110 Verify the ftp server or the kernel is not down after a ftp client13 ftp-upload-stress0214 Verify the ftp server or the kernel is not down after many ftp clients
59 def FtpRetrieveFile(ftp, filename): argument60 ftp.retrbinary('RETR %s' % filename, open(filename, 'wb').write)63 def FtpRetrieveFileAndSignature(ftp, data_filename): argument66 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)
2 # Stress test for major application protocol (ssh, dns, http, ftp)14 ftp4-download-stress ftp-download-stress15 ftp6-download-stress ftp-download-stress -617 ftp4-upload-stress ftp-upload-stress18 ftp6-upload-stress ftp-upload-stress -6
84 When you run http or ftp stress tests, you have to start http or ftp server92 When you run the ftp upload tests, please make sure the local host have106 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 …]
77 $ftp = Net::FTP->new($hosts[$j], Debug => 0) or79 $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;
55 $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;
3 of ImageMagick ftp sites. Those who want to build ImageMagick from source10 ftp://ftp.imagemagick.org/pub/ImageMagick/binaries110 ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.2-0-Q16-windows-dll.exe111 ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.2-0-Q16-windows-static.exe112 ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.2-0-Q8-windows-dll.exe113 ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.2-0-Q8-windows-static.exe
... tools/ant/taskdefs/optional/net/FTP$1.class FTP.java package org. ...