FtpState
Overview
The FtpState enumeration represents the inner state of a FTP server session.
Location
-
Reference:
- RemObjects.InternetPack.dll .NET, .NET Core 5.0, .NET Standard 2.0
- RemObjects.InternetPack.fx Island
- libRemObjects.InternetPack.fx Toffee
- Namespace: RemObjects.InternetPack.Ftp
| Value | Description |
|---|---|
| AccountRequired | Client has to provide its accout information via the ACCT command |
| LoggedIn | Client has successfully logged into the server |
| PasswordRequired | Client has to provide its password information via the PASS command |
| Start | Client has established connection with the server but didn't logged in yet |
| Transfer | Data is being sent to the client or is being received from the client |
- FtpState