|
EpWINet.epWINetStatus - A value reported by a Status Event. This value is determined by information from epWINET.DLL as communications occur between a local PC and remote server.
|
| Name | | Description |
|
|
epWINetResolvingName
|
|
Value = 10. Looking up the IP address of the server.
|
|
epWINetNameResolved
|
|
Value = 11. Successfully found the IP address of the remoteAddress specified or implied by the Connect.
|
|
epWINetConnectingToServer
|
|
Value = 20. Connecting to the server.
|
|
epWINetConnectedToServer
|
|
Value = 21. Successfully connected to the server.
|
|
epWINetSendingRequest
|
|
Value = 30. Sending the information request to the server
|
|
epWINetRequestSent
|
|
Value = 31. Successfully sent the information request to the server.
|
|
epWINetReceivingResponse
|
|
Value = 40. Waiting for the server to respond to a request.
|
|
epWINetResponseReceived
|
|
Value = 41. Successfully received a response from the server.
|
|
epWINetClosingConnection
|
|
Value = 50. Closing the connection to the server.
|
|
epWINetConnectionClosed
|
|
Value = 51. Successfully closed the connection to the server.
|
|
epWINetHandleCreated
|
|
Value = 60. EvansFTP.Connect received a new handle (used internally).
|
|
epWINetHandleClosing
|
|
Value = 70. This handle value, used internally by EvansFTP.Connect, has been terminated.
|
|
EpWINet.epWINetTransferType - A variable that indicates the current file transfer mode.
|
| Name | | Description |
|
|
epWINetAscii
|
|
Value = 1. Transfer mode set to ASCII.
|
|
epWINetBinary
|
|
Value = 2. Transfer mode set to Binary.
|
|
EpWINet.epWINetFileAttribs - File and folder attributes assigned to the epWINet.clsFile Attrib property by the GetDirectory method.
|
| Name | | Description |
|
|
epWINetReadOnly
|
|
Value = 1d or 1h. The file or directory is read-only. Applications can read the file but cannot write to it or delete it. In the case of a directory, applications cannot delete it.
|
|
epWINetHidden
|
|
Value = 2d or 2h. The file or directory is hidden. It is not included in an ordinary directory listing.
|
|
epWINetSystem
|
|
Value = 4d or 4h. The file or directory is part of the operating system or is used exclusively by the operating system.
|
|
epWINetDirectory
|
|
Value = 16d or 10h. Identifies a directory.
|
|
epWINetArchive
|
|
Value = 32d or 20h. The file or directory is an archive file or directory. Applications use this attribute to mark files for backup or removal.
|
|
epWINetEncrypted
|
|
Value = 64d or 40h. The file or directory is encrypted. For a file, this means that all data in the file is encrypted. For a directory, this means that encryption is the default for newly created files and subdirectories.
|
|
epWINetNormal
|
|
Value = 128d or 80h. The file or directory has no other attributes set. This attribute is valid only if used alone.
|
|
epWINetTemporary
|
|
Value = 256d or 100h. The file is being used for temporary storage. File systems attempt to keep all of the data in memory for quicker access, rather than flushing it back to mass storage. A temporary file should be deleted by the application as soon as it is no longer needed.
|
|
epWINetSparseFile
|
|
Value = 512d or 200h. The file is a sparse file.
|
|
epWINetReparsePoint
|
|
Value = 1024d or 400h. The file has an associated reparse point.
|
|
epWINetNotContentIndexed
|
|
Value = 8192d or 2000h. The file will not be indexed by the content indexing service.
|
|
epWINetCompressed
|
|
Value = 2048d or 800h. The file or directory is compressed. For a file, this means that all of the data in the file is compressed. For a directory, this means that compression is the default for newly created files and subdirectories.
|
|
epWINetOffline
|
|
Value = 4096d or 1000h. The file data is not immediately available. This attribute indicates that the file data has been physically moved to offline storage. This attribute is used by Remote Storage, the hierarchical storage management software in Windows 2000. Applications should not arbitrarily change this attribute.
|
|
EpWINet.epWINetState - A value reported by a ChangedState event indicating if a file transfer, or other ftp activity, is beginning or ending.
|
| Name | | Description |
|
|
epWINetStartTransfer
|
|
Value = 1. File transfer is starting.
|
|
epWINetEndTransfer
|
|
Value = 2. File transfer is complete.
|
|
epWINetStartGetDirectory
|
|
Value = 5. Asynchronous directory listing is starting.
|
|
epWINetEndGetDirectory
|
|
Value = 6. Asynchronous directory listing is complete.
|
|
epWINetStartExecute
|
|
Value = 7. Execute command is starting.
|
|
epWINetEndExecute
|
|
Value = 8. Execute command is complete.
|
|
epWINetTransferCanceled
|
|
Value = 9. File transfer or execute was canceled.
|
|
EpWINet.epWINetAccessType - Access types assigned by the EvansFTP AccessType property.
|
| Name | | Description |
|
|
epWINetPreconfig
|
|
Value = 0. Access is determined by predefined settings in the registry.
|
|
epWINetDirect
|
|
Value = 1. Resolves all host names locally.
|
|
epWINetProxy
|
|
Value = 3. Access is determined by a specified proxy name and proxy port.
|
|
EpWINet.epWINetResponseTypes - Indicates if a response, from a prior call to the Execute method, is a data connection response or a control connection response.
|
| Name | | Description |
|
|
epWINetDataConnection
|
|
Value = 0. Response data is from a data connection.
|
|
epWINetControlConnection
|
|
Value = 1. Response data is from a control connection.
|