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

/haiku/src/apps/codycam/
H A DCodyCam.cpp49 #define FTPINFO printf macro
516 FTPINFO("file is '%s'\n", fFtpInfo.fileNameText);
524 FTPINFO("never\n");
527 FTPINFO("%" B_PRId32 " seconds\n", seconds);
540 FTPINFO("upl client = %" B_PRId32 "\n", fFtpInfo.uploadClient);
548 FTPINFO("server = '%s'\n", fFtpInfo.serverText);
556 FTPINFO("login = '%s'\n", fFtpInfo.loginText);
564 FTPINFO("password = '%s'\n", fFtpInfo.passwordText);
572 FTPINFO("directory = '%s'\n", fFtpInfo.directoryText);
580 FTPINFO("usin
[all...]

Completed in 77 milliseconds