The authorization data can be specified via login/LOGON authorization or via FTAC transfer admission, see the following table:
System | FTAC transfer | Login name | Account number | Password |
BS2000 | 8 - 32 character | 1 - 8 | 1 - 8 | 1 - 32 character long C |
Unix | 8 - 32 characters | 1 - 32 characters | Unix systems do not | Alphanumeric characters |
Windows | 8 - 36 characters | 1 - 36 characters, | Windows does not | 8 - 32 character long C |
z/OS | 8 - 32 character | 1 - 8 | max. 40 characters, | 1 - 8 alphanumeric |
Examples
If you do not possess FTAC transfer admission then you can specify the LOGON/login authorization for the individual platforms using the following syntax:
BS2000 systems:
userid,[account-number][,'password']
You can omit the account number if the user has a default account number for the BS2000 timesharing mode and you want to use this default account number.
Unix systems
userid[,,password]
Windows systems:
userid[,,password]
The user ID consists of a user name (In the case of local IDs, the "
hostname\
" must not be entered in front of the user ID.) or, if a user ID in a LAN Manager or Windows domain is accessed, it consists of the domain name followed by a backslash (\) and the user name.OS/390 and z/OS:
userid,account-number[,password]
The accounting number is optional with more recent z/OS versions.
FTAM partner systems on which no file transfer product of the openFT product family is used:
user-identity,[storage account],filestore-password
In the case of other partner systems, your specifications depend on the conventions used in the partner system.
Inbound access using the default FTP client
If you wish to access an openFT server from a standard FTP client, you should note the following:
Establishing a connection
If the default listener port 21 is set on the openFT FTP server, enter the following from the shell (Unix systems), from the command prompt (Windows) or on command level (BS2000 and z/OS):ftp
hostnamehostname is the host name of the openFT FTP server.
If a listener port other than 21 is set on the openFT FTP server, you need two commands to establish a connection:
ftp
ftp> open
hostname port-numberLogin
If you log in without an FTAC transfer admission, enter the login data interactively as usual (user ID and any password that is required and/or account number). If you log in using an FTAC transfer admission, enter the FTAC transfer admission under User and leave the Password empty.Example
User: ftpuser1
Password: (empty)
With openFT FTP servers as of V11, you can enter the value $ftac under User and the FTAC transfer admission under Password.
Example
User: $ftac
Password: ftpuser1