(
host: string,
port: number,
username: string,
password: string,
options: FtpOptions,
onSuccess: SuccessCallback,
onError: ErrorCallback
)
| 9 | |
| 10 | interface Ftp{ |
| 11 | connect( |
| 12 | host: string, |
| 13 | port: number, |
| 14 | username: string, |
no outgoing calls
no test coverage detected