Programming with FTP OLE Automation
ServerStyle property
Syntax |
Object.ServerStyle |
Data type |
Enumeration |
Returns (first syntax line) or specifies (second syntax line) the type of server you are connecting to. In most instances, Reflection FTP will correctly identify your server when this value is set to rcSERVERAUTO. Configure a specific server type if you are connecting to an AIX or MVS-UNIX server, or if Reflection is not successfully identifying your server type.
The default value is rcSERVERAUTO.
Symbolic Constant Name |
Numeric Value |
rcSERVERAUTO |
0 |
rcSERVERUNIX |
1 |
rcSERVER_DEC_VMS |
2 |
rcSERVER_IBM_AS400 |
3 |
rcSERVER_IBM_MVS |
4 |
rcSERVER_IBM_VM |
5 |
rcSERVER_HP3000 |
6 |
rcSERVER_NOVELL |
7 |
rcSERVER_DOS |
8 |
rcSERVER_NT |
9 |
rcSERVER_UNISYS |
10 |
rcSERVER_NLST |
11 |
rcSERVER_WFFTP |
12 |
rcSERVER_IBM_AS400_0 |
13 |
rcSERVERAIX |
14 |
rcSERVER_MVS_UNIX |
15 |
None