BFtpItem
Identità
Namespace:
B.BNetAssembly:
BFrameworkTipo: class
Sorgente API: versione
5.0.0
Scopo
Rappresenta e interpreta una riga del comando FTP LIST nei formati a posizioni fisse previsti per server Windows e Linux.
Dichiarazione
public class BFtpItem
Costruttori
BFtpItem(string sItem, string parentFolder = "")BFtpItem(string sItem, eServerSO serverSO = WINDOWS, string parentFolder = "")
Proprietà
| Proprietà | Tipo | Accesso |
|---|---|---|
Data |
DateTime? |
get/set |
FullName |
string |
get |
Name |
string |
get/set |
Owner |
string |
get/set |
ParentFolder |
string |
get/set |
Permission |
string |
get/set |
Size |
int |
get/set |
Type |
eTypeItem |
get/set |
Tipi annidati
eServerSO
WINDOWS, LINUX
eTypeItem
FILE, DIRECTORY
Esempi
Consultare BFtpItem - Esempi.
