blob: 7d6f57216f7f9d593f5cb56af7dc6b1778b08398 [file] [log] [blame]
export interface Ftp {
// ftp_user_name string Username "somestring"
// ftp_password string Password "somestring"
// ftp_command string FTP command "somestring"
// ftp_arg string Argument "somestring"
// ftp_mime_type string Mime type "somestring"
// ftp_file_size int File size 1024
// ftp_reply_code int Reply code 3
// ftp_reply_msg string Reply message "somestring"
// ftp_data_channel_passive boolean Passive data channel? 1
// ftp_data_channel_rsp_p string "somestring"
// ftp_cwd string Current working directory "somestring"
// ftp_cmdarg_ts float Coming soon
// ftp_cmdarg_cmd string Command "somestring"
// ftp_cmdarg_arg string Command argument "somestring"
// ftp_cmdarg_seq int Sequence 2
// ftp_pending_commands string Pending commands "somestring"
// ftp_is_passive boolean Passive mode enabled 0
// ftp_fuid string Coming soon "somestring"
// ftp_last_auth_requested string Coming soon "somestring"
}