Searched refs:ftp (Results 1 - 3 of 3) sorted by relevance

/haiku/src/apps/codycam/
H A DVideoConsumer.cpp112 // clean up ftp thread
113 // wait up to 30 seconds if ftp is in progress
728 FileUploadClient* ftp; local
733 ftp = new FtpClient;
736 ftp = new SftpClient;
745 ftp->SetPassive(fPassiveFtp);
746 // ftp the local file to our web site
749 if (ftp->Connect((string)fServerText, (string)fLoginText,
754 if (ftp->ChangeDir((string)fDirectoryText)) {
758 if (ftp
[all...]
/haiku/src/bin/network/ftpd/
H A Dftpcmd.y53 #include <arpa/ftp.h>
1026 /* this is for a bug in the BBN ftp */
1568 reply(214, "Direct comments to ftp-bugs@%s.", hostname);
H A Dftpd.c64 #include <arpa/ftp.h>
129 int anon_only = 0; /* Only anonymous ftp allowed */
276 const char *bindport = "ftp";
280 tzset(); /* in case no timezone database in ~ftp */
294 * necessary for anonymous ftp's that chroot and can't do it later.
711 hrp->anonuser = "ftp";
742 anonuser = "ftp";
1006 * need to reset state. If name is "ftp" or "anonymous", the name is not in
1007 * _PATH_FTPUSERS, and ftp account exists, set guest and pw, then just return.
1034 pw = sgetpwnam("ftp");
[all...]

Completed in 44 milliseconds