• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/bftpd-1.6.6/

Lines Matching refs:bftpd_log

364 	bftpd_log("Trying to log in as %s.\n", user);
410 bftpd_log("Login as user '%s' failed.\n", user);
543 bftpd_log("Passive mode: Successfully bound port %d\n", port);
641 bftpd_log("Client aborted file transmission.\n");
699 bftpd_log("Error: Filename in '%s' too long.\n", filenames);
731 bftpd_log("Memory error in storing file.\n");
739 bftpd_log("Tried to access files outside '/shares'!\n");
767 bftpd_log("Error: '%s' while trying to store file '%s'.\n",
819 bftpd_log("Error: '%s' while trying to store file '%s'.\n",
835 bftpd_log("Not allowed to over-write '%s'.\n", filename);
854 bftpd_log("Error: '%s' while trying to store file '%s'.\n",
874 bftpd_log("Error: '%s' while trying to store file '%s'.\n",
900 bftpd_log("Client is storing file '%s'.\n", filename);
930 bftpd_log("Unable to create buffer to receive file.\n", 0);
954 bftpd_log("Kicked due to data transmission timeout.\n");
1007 bftpd_log("can't access file.\n");
1053 bftpd_log("File transmission successful.\n");
1118 bftpd_log("Error: Filename in '%s' too long.\n", filenames);
1156 bftpd_log("Memory error in sending file.\n", 0);
1165 bftpd_log("Tried to access files outside '/shares'!\n");
1211 bftpd_log("Error: '%s' while trying to receive file '%s'.\n",
1279 bftpd_log("Error: 'File too big (ratio)' while trying to receive file "
1289 bftpd_log("Client is receiving file '%s'.\n", filename);
1308 bftpd_log("Memory error in sending file.\n", 0);
1394 bftpd_log("Memory error while sending file.", 0);
1437 bftpd_log("Memory error while sending file.", 0);
1448 bftpd_log("Memory error while sending file.", 0);
1502 bftpd_log("Memory error while trying to send file.", 0);
1531 bftpd_log("File transmission interrupted. Send failed.\n");
1565 bftpd_log("File transmission of '%s' successful.\n", filename);
1594 bftpd_log("Access to '%s' denied!\n", mapped);
1665 bftpd_log("Error: 'Not allowed to chdir to /'.\n");
1668 bftpd_log("Error: '%s' while changing directory to '%s'.\n",
1674 bftpd_log("Changed directory to '%s'.\n", dir);
1681 bftpd_log("Changed directory to '..'.\n");
1712 bftpd_log("Error: '%s' while trying to delete file '%s'.\n",
1729 bftpd_log("Error: '%s' while trying to delete file '%s'.\n",
1733 bftpd_log("Deleted file '%s'.\n", filename);
1751 bftpd_log("Error: '%s' while trying to create directory '%s'.\n",
1755 bftpd_log("Created directory '%s'.\n", dirname);
1772 bftpd_log("Error: '%s' while trying to remove directory '%s'.\n", strerror(errno), dirname);
1775 bftpd_log("Removed directory '%s'.\n", dirname);
1827 bftpd_log("Error: '%s' while trying to rename '%s' to '%s'.\n",
1831 bftpd_log("Successfully renamed '%s' to '%s'.\n", philename, bftpd_cwd_mappath(newname));
1925 bftpd_log("Changed permissions of '%s' to '%o'.\n", mapped,
1968 bftpd_log("Changed owner of '%s' to UID %i GID %i.\n", filename, uid,
2102 bftpd_log("550 The command '%s' is disabled.\n",
2201 bftpd_log("Error trying to run script: %s\n", script);