Table of contents
- About
- Overview
- FTP Class
- FTPv2 Function
-
Methods
- oFTP.Open()
- oFTP.GetCurrentDirectory()
- oFTP.SetCurrentDirectory()
- oFTP.CreateDirectory()
- oFTP.RemoveDirectory()
- oFTP.FindFirstFile()
- oFTP.FindNextFile()
- oFTP.GetFile()
- oFTP.PutFile()
- oFTP.InternetReadFile()
- oFTP.InternetWriteFile()
- oFTP.RenameFile()
- oFTP.DeleteFile()
- oFTP.GetFileSize()
- oFTP.GetFileInfo()
- oFTP.CloseHandle()
- Properties
- Async Mode Notes
- Examples