KIOSlave
ftp.cpp File Reference
#include "ftp.h"
#include <cctype>
#include <cerrno>
#include <cstdlib>
#include <cstring>
#include <QtCore/QCoreApplication>
#include <QtCore/QDir>
#include <QtNetwork/QHostAddress>
#include <QtNetwork/QTcpSocket>
#include <QtNetwork/QTcpServer>
#include <QtNetwork/QAuthenticator>
#include <kdebug.h>
#include <kglobal.h>
#include <klocale.h>
#include <kcomponentdata.h>
#include <kmimetype.h>
#include <kio/ioslave_defaults.h>
#include <kio/slaveconfig.h>
#include <kremoteencoding.h>
#include <ksocketfactory.h>
#include <kde_file.h>
#include <kconfiggroup.h>
Include dependency graph for ftp.cpp:
Go to the source code of this file.
Namespaces | |
KIO | |
Macros | |
#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 | buffersizes { KIO::maximumIpcSize = 32 * 1024, KIO::initialIpcSize = 2 * 1024, KIO::minimumMimeSize = 1024 } |
Functions | |
static QString | ftpCleanPath (const QString &path) |
static char | ftpModeFromPath (const QString &path, char defaultMode= '\0') |
static bool | isSocksProxy () |
int | kdemain (int argc, char **argv) |
static bool | supportedProxyScheme (const QString &scheme) |
static int | KIO::WriteToFile (int fd, const char *buf, size_t len) |
Macro Definition Documentation
Function Documentation
|
static |
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:25:55 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:25:55 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.