| Methods
|
| long Connect(long AccessType, BSTR Server, BSTR UserName, BSTR Password, long Port, int Passive)
|
Makes a connection to an FTP Server.
|
| BOOL CreateDirectory(BSTR Dir)
|
Call to create a directory.
|
| FtpFile* OpenReadFile(BSTR FileName, int ASCII, long ResumeLoc)
|
Opens a file for reading.
|
| FtpFile* OpenWriteFile(BSTR FileName, int ASCII, long ResumeLoc)
|
Opens a file for writing.
|
| BOOL IsPositiveCompletion(long RetVal)
|
Identifies whether or not a value is a positive completion return value.
|
| BOOL IsPositiveIntermediate(long RetVal)
|
Identifies whether or not a value is a positive intermediate return value.
|
| BOOL IsPositivePreliminary(long RetVal)
|
Identifies whether or not a value is a positive preliminary return value.
|
| BOOL Remove(BSTR FileName)
|
Call to delete a file.
|
| BOOL RemoveDirectory(BSTR Dir)
|
Call to remove a directory.
|
| BOOL Rename(BSTR OldName, BSTR NewName)
|
Call to rename a file.
|