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>Go to the source code of this file.
Namespaces | |
| namespace | KIO |
Macros | |
| #define | charToLongLong(a) |
| #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::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
◆ charToLongLong
◆ ENABLE_CAN_RESUME
◆ FTP_LOGIN
◆ FTP_PASSWD
◆ KIO_FTP_PRIVATE_INCLUDE
Function Documentation
◆ ftpCleanPath()
◆ ftpModeFromPath()
|
static |
◆ isSocksProxy()
◆ kdemain()
◆ supportedProxyScheme()
This file is part of the KDE documentation.
Documentation copyright © 1996-2026 The KDE developers.
Generated on by doxygen 1.15.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2026 The KDE developers.
Generated on by doxygen 1.15.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.