kioslave
ftp.cc File Reference
#include "ftp.h"
#include <sys/stat.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <assert.h>
#include <ctype.h>
#include <errno.h>
#include <fcntl.h>
#include <netdb.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <signal.h>
#include <qdir.h>
#include <kdebug.h>
#include <klocale.h>
#include <kinstance.h>
#include <kmimemagic.h>
#include <kmimetype.h>
#include <ksockaddr.h>
#include <ksocketaddress.h>
#include <kio/ioslave_defaults.h>
#include <kio/slaveconfig.h>
#include <kremoteencoding.h>
#include <klargefile.h>
Include dependency graph for ftp.cc:
Go to the source code of this file.
Namespaces | |
namespace | KIO |
Defines | |
#define | charToLongLong(a) strtol(a, 0, 10) |
#define | ENABLE_CAN_RESUME |
#define | FTP_LOGIN "anonymous" |
#define | FTP_PASSWD "anonymous@" |
#define | KIO_FTP_PRIVATE_INCLUDE |
Enumerations | |
enum | KIO::buffersizes { KIO::maximumIpcSize = 32 * 1024, KIO::initialIpcSize = 2 * 1024, KIO::mimimumMimeSize = 1024 } |
Functions | |
KDE_EXPORT int | kdemain (int argc, char **argv) |
static int | KIO::WriteToFile (int fd, const char *buf, size_t len) |
Define Documentation
Function Documentation
KDE_EXPORT int kdemain | ( | int | argc, | |
char ** | argv | |||
) |
Definition at line 190 of file http_cache_cleaner.cpp.