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;
746 ftp->SetPassive(fPassiveFtp);
747 // ftp the local file to our web site
750 if (ftp->Connect((string)fServerText, (string)fLoginText,
755 if (ftp->ChangeDir((string)fDirectoryText)) {
759 if (ftp
[all...]
/haiku/src/bin/network/ftpd/
H A Dftpcmd.y57 #include <arpa/ftp.h>
102 extern char *typenames[]; /* defined in <arpa/ftp.h> included from ftpd.c */
1055 /* this is for a bug in the BBN ftp */
1597 reply(214, "Direct comments to ftp-bugs@%s.", hostname);
H A Dftpd.c68 #include <arpa/ftp.h>
136 int anon_only = 0; /* Only anonymous ftp allowed */
283 const char *bindport = "ftp";
287 tzset(); /* in case no timezone database in ~ftp */
301 * necessary for anonymous ftp's that chroot and can't do it later.
585 (void)snprintf(ttyline, sizeof(ttyline), "ftp%d", (int)getpid());
707 hrp->anonuser = "ftp";
738 anonuser = "ftp";
1002 * need to reset state. If name is "ftp" or "anonymous", the name is not in
1003 * _PATH_FTPUSERS, and ftp accoun
[all...]

Completed in 33 milliseconds