Package | Description |
---|---|
lucee.runtime.net.ftp |
Modifier and Type | Interface and Description |
---|---|
interface |
FTPConnectionPro
represent a ftp connection
|
Modifier and Type | Class and Description |
---|---|
class |
FTPConnectionImpl |
Modifier and Type | Method and Description |
---|---|
FTPConnection |
FTPWrap.getConnection() |
Modifier and Type | Method and Description |
---|---|
org.apache.commons.net.ftp.FTPClient |
FTPPool.get(FTPConnection conn)
returns a FTPClient from the pool, if no matching exist, create a new one
|
boolean |
FTPConnectionImpl.loginEquals(FTPConnection conn) |
boolean |
FTPConnectionPro.loginEquals(FTPConnection conn) |
boolean |
FTPConnection.loginEquals(FTPConnection conn) |
AFTPClient |
FTPPoolImpl.remove(FTPConnection conn) |
org.apache.commons.net.ftp.FTPClient |
FTPPool.remove(FTPConnection conn)
removes a FTPConnectionPro from pool andreturn it (disconnected)
|
Copyright © 2015 Lucee