Searched refs:upload (Results 1 - 13 of 13) sorted by relevance

/netbsd-current/share/examples/ftpd/
H A Dftpd.conf23 upload guest off
/netbsd-current/external/gpl3/autoconf/dist/build-aux/
H A Dgnupload2 # Sign files and upload them.
49 -- treat the remaining arguments as files to upload
70 build directive files and upload files by FTP
72 build directive files and upload files by SFTP
73 [user@]host:DIRECTORY upload files with scp
97 5. Delete oopsbar-0.9.91.tar.gz and upload foobar-0.9.91.tar.gz
213 echo "$0: No file to upload" 1>&2
263 # Arguments: See upload, below
294 # upload DEST DESTDIR BASE FILE STMT FILES
301 # FILES List of files to upload
302 upload () function
[all...]
/netbsd-current/external/gpl3/gcc/dist/maintainer-scripts/
H A Dgcc_release80 -u username Username for upload operations.
423 || error "Could not upload ${x}"
657 upload) MODE_UPLOAD=1;;
/netbsd-current/external/gpl3/gcc.old/dist/maintainer-scripts/
H A Dgcc_release80 -u username Username for upload operations.
423 || error "Could not upload ${x}"
657 upload) MODE_UPLOAD=1;;
/netbsd-current/libexec/ftpd/
H A Dconf.c128 CURCLASS_FLAGS_SET(upload);
489 } else if (strcasecmp(word, "upload") == 0) {
490 CONF_FLAG(upload);
491 if (! CURCLASS_FLAGS_ISSET(upload))
H A Dcmds.c660 if (wok && CURCLASS_FLAGS_ISSET(upload) && S_ISREG(fe->stat->st_mode))
718 if (wok && CURCLASS_FLAGS_ISSET(upload) && S_ISREG(fe->stat->st_mode))
H A Dftpcmd.y1330 /* checking upload */
1331 if (isupload && ! CURCLASS_FLAGS_ISSET(upload)) {
H A Dftpd.c2768 CURCLASS_FLAGS_ISSET(upload) ? "en" : "dis");
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/net/
H A Dcurl.d14 $(TR $(TDNW High level) $(TD $(MYREF download) $(MYREF upload) $(MYREF get)
56 $(TR $(TDNW $(LREF upload)) $(TD $(D
57 upload("/tmp/downloaded-ftp-file", "ftp.digitalmars.com/sieve.ds");)
345 $(DDOC_PARAM_DESC total bytes to upload)
459 * url = resource to upload to
466 * upload("/tmp/downloaded-ftp-file", "ftp.digitalmars.com/sieve.ds");
467 * upload("/tmp/downloaded-http-file", "d-lang.appspot.com/testUrl2");
470 void upload(Conn = AutoProtocol)(string loadFromPath, const(char)[] url, Conn conn = Conn())
481 conn.handle.set(CurlOption.upload, 1L);
486 return upload!FT
[all...]
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/net/
H A Dcurl.d14 $(TR $(TDNW High level) $(TD $(MYREF download) $(MYREF upload) $(MYREF get)
58 $(TR $(TDNW $(LREF upload)) $(TD $(D
59 upload("/tmp/downloaded-ftp-file", "ftp.digitalmars.com/sieve.ds");)
360 $(DDOC_PARAM_DESC total bytes to upload)
474 * url = resource to upload to
481 * upload("/tmp/downloaded-ftp-file", "ftp.digitalmars.com/sieve.ds");
482 * upload("/tmp/downloaded-http-file", "https://httpbin.org/post");
485 void upload(Conn = AutoProtocol)(string loadFromPath, const(char)[] url, Conn conn = Conn())
496 conn.handle.set(CurlOption.upload, 1L);
501 return upload!FT
[all...]
/netbsd-current/sys/external/mit/xen-include-public/dist/xen/include/public/
H A Dsysctl.h891 * 1) XEN_SYSCTL_LIVEPATCH_UPLOAD to upload the payload. If errors STOP.
1043 struct xen_sysctl_livepatch_upload upload; member in union:xen_sysctl_livepatch_op::__anon9135
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dcurl.d154 enum HTTPPOST_BUFFER = 16; /** upload file from buffer */
155 enum HTTPPOST_PTRBUFFER = 32; /** upload file from pointer contents */
156 enum HTTPPOST_CALLBACK = 64; /** upload file contents by using the
444 upload_failed, /** 25 - failed upload "command" */
751 /** Specified file stream to upload from (use as input): */
766 * checking and better verifies that the upload was successful. -1 means
849 upload, /** this is an upload */
852 append = 50, /** Append instead of overwrite on upload! */
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/etc/c/
H A Dcurl.d154 enum HTTPPOST_BUFFER = 16; /** upload file from buffer */
155 enum HTTPPOST_PTRBUFFER = 32; /** upload file from pointer contents */
156 enum HTTPPOST_CALLBACK = 64; /** upload file contents by using the
444 upload_failed, /** 25 - failed upload "command" */
758 /** Specified file stream to upload from (use as input): */
773 * checking and better verifies that the upload was successful. -1 means
856 upload, /** this is an upload */
859 append = 50, /** Append instead of overwrite on upload! */

Completed in 166 milliseconds