FtpState Enum
From RemObjects Software
This is a Internet Pack Architecture entry
Feel free to add your notes to this topic below.
Overview
Namespace
Declaration (C#)
public enum FtpState {Start, PasswordRequired, AccountRequired, LoggedIn, Transfer };
Members
Fields
| | |
|---|---|
| Start | Connection is opened |
| PasswordRequired | USER command was given |
| AccountRequired | PASS command was ok, server requires ACCOUNT |
| LoggedIn | |
| Transfer |
Product: RemObjects Internet Pack
Current version: Internet Pack 'Vinci' (2.0)
Lists — Glossary — Features — How To — Components — Tools — Samples — Articles — Architecture — Issues
Categories: Text | Internet Pack | Architecture | Enum | .NET
