Securing FTP/iX
257-"/tmp" is the current directory.
257 "MGRTEST.TELESUP" is the current session.
ftp> cd
ftp>
ftp> cd /TELESUP/PUB
550 A component of the pathname "/../TELESUP/WORK/TELESUP/PUB" does not exist. (CIERR 93)
Could not change directory to "/TELESUP/PUB". (FTPERR 48)
3. The users of the SYS account are limited to their home group and any directories under home group.
Here, the home group of basicusr.sys is review.sys
Name(testmgr): basicusr.sys
230 User logged on
Remote system type is MPE/iX
200 TIMEOUT command ok.
ftp> pwd
257-"/" is the current directory.
257 "BASICUSR.SYS" is the current session.
ftp> cd ..
550 The last component of the pathname "/SYS/REVIEW/SYS" does not exist. (CIERR935)
Could not change directory to "..". (FTPERR 48)
ftp>
6.3 SETPARMS.ARPA.SYS
Hitherto, this file was used to set only the system wide FTP server configuration options like password,
console_logging etc. Additional configuration options have since been introduced to define the system wide
behavior of FTP servers and clients.
These configuration options define various permissions, log options, and the
display of logon passwords in debug mode.
General configuration rules for SETPARMS
ü
This file can be created and edited with any supported editor.
ü SETPARMS.ARPA.SYS entries are case insensitive.
ü Blank spaces are ignored.
ü
The configuration settings can be mentioned in any order.
ü
Any changes to this file will get reflected in the next FTP logon session.
ü
Only the following keywords and the corresponding values are allowed:
POSIX = {ON/Off}
PASSWORD = {ON/Off}
CONSOLE_LOGGING = {ON/Off}
PERMISSION_RENAME = {ON/Off}
PERMISSION_DELETE = {ON/Off}
PERMISSION_OVERWRITE = {ON/Off}
LOG_COMMANDS = {ON/Off}
LOG_TRANSFERS = {ON/Off}
DEBUG_PASS = {ON/off}
Page
14
of
28
Secure FTP on MPE/iX
7/18/2008
http://jazz.external.hp.com/papers/Securing
-
FTP
-
Whitepaper.html