Qore Programming Language  1.7.0
QoreFtpClient Member List

This is the complete list of members for QoreFtpClient, including all inherited members.

connect(ExceptionSink *xsink)QoreFtpClient
cwd(const char *dir, ExceptionSink *xsink)QoreFtpClient
del(const char *file, ExceptionSink *xsink)QoreFtpClient
disconnect()QoreFtpClient
get(const char *remotepath, const char *localname, ExceptionSink *xsink)QoreFtpClient
get(const char *remotepath, OutputStream *os, ExceptionSink *xsink)QoreFtpClient
getAsBinary(const char *remotepath, ExceptionSink *xsink)QoreFtpClient
getAsString(const char *remotepath, ExceptionSink *xsink)QoreFtpClient
getAsString(ExceptionSink *xsink, const char *remotepath, const QoreEncoding *encoding=QCS_DEFAULT)QoreFtpClient
getControlPeerInfo(ExceptionSink *xsink, bool host_lookup) constQoreFtpClient
getControlSocketInfo(ExceptionSink *xsink, bool host_lookup) constQoreFtpClient
getDataPeerInfo(ExceptionSink *xsink, bool host_lookup) constQoreFtpClient
getDataSocketInfo(ExceptionSink *xsink, bool host_lookup) constQoreFtpClient
getHostName() constQoreFtpClient
getMode() constQoreFtpClient
getNetworkFamily() constQoreFtpClient
getPassword() constQoreFtpClient
getPort() constQoreFtpClient
getSSLCipherName() constQoreFtpClient
getSSLCipherVersion() constQoreFtpClient
getTimeout() constQoreFtpClient
getURL() constQoreFtpClient
getUserName() constQoreFtpClient
isDataSecure() constQoreFtpClient
isSecure() constQoreFtpClient
list(const char *path, bool long_list, ExceptionSink *xsink)QoreFtpClient
mkdir(const char *remotepath, ExceptionSink *xsink)QoreFtpClient
operator=(const QoreFtpClient &)QoreFtpClientprivate
privQoreFtpClientprivate
put(const char *localpath, const char *remotename, ExceptionSink *xsink)QoreFtpClient
put(InputStream *is, const char *remotename, ExceptionSink *xsink)QoreFtpClient
putData(const void *data, size_t len, const char *remotename, ExceptionSink *xsink)QoreFtpClient
pwd(ExceptionSink *xsink)QoreFtpClient
QoreFtpClient(const QoreFtpClient &)QoreFtpClientprivate
QoreFtpClient(const QoreString *url, ExceptionSink *xsink)QoreFtpClient
QoreFtpClient()QoreFtpClient
rename(const char *from, const char *to, ExceptionSink *xsink)QoreFtpClient
rmdir(const char *remotepath, ExceptionSink *xsink)QoreFtpClient
sendControlMessage(const char *cmd, const char *arg, ExceptionSink *xsink)QoreFtpClient
setControlEventQueue(ExceptionSink *xsink, Queue *q, QoreValue arg, bool with_data)QoreFtpClient
setDataEventQueue(ExceptionSink *xsink, Queue *q, QoreValue arg, bool with_data)QoreFtpClient
setEventQueue(ExceptionSink *xsink, Queue *q, QoreValue arg, bool with_data)QoreFtpClient
setHostName(const char *h)QoreFtpClient
setInsecure()QoreFtpClient
setInsecureData()QoreFtpClient
setModeAuto()QoreFtpClient
setModeEPSV()QoreFtpClient
setModePASV()QoreFtpClient
setModePORT()QoreFtpClient
setNetworkFamily(int family)QoreFtpClient
setPassword(const char *p)QoreFtpClient
setPort(int p)QoreFtpClient
setSecure()QoreFtpClient
setTimeout(int timeout_ms)QoreFtpClient
setURL(const QoreString *url, ExceptionSink *xsink)QoreFtpClient
setUserName(const char *u)QoreFtpClient
verifyPeerCertificate() constQoreFtpClient
~QoreFtpClient()QoreFtpClient