Reference Guide

file_ftp_create
Name Description Schema
audit_dir
optional
(Applies when the value of is_audit_enabled is true.)
Directory of FTP/SFTP audit files. Logs are saved in '/'
directory (default) or in a mounted file system (Absolute
path of the File system directory which should already
exist).
string
audit_max_siz
e
optional
(Applies when the value of is_audit_enabled is true.)
Maximum size of all (current plus archived) FTP/SFTP audit
files, in bytes. There is a maximum of 5 audit files, 1
current audit file (ftp.log) and 4 archived audit files. The
maximum value for this setting is 5GB (each file of 1GB) if
the audit directory belongs to a user file system of the NAS
server. If the audit directory is '/', the maximum value is
5MB (each file of 1MB). The minimum value is 40kB (each
file of 8KB) on any file system.
Minimum value : 40960
Maximum value : 9223372036854775807
integer (int64)
default_home
dir
optional
(Applies when the value of is_homedir_limit_enabled is
false.) Default directory of FTP and SFTP clients who have a
home directory that is not defined or accessible.
string
groups
optional
Allowed or denied user groups, depending on the value of
the is_allowed_groups attribute. - If allowed groups exist,
only users who are members of these groups and no others
can connect to the NAS server through FTP or SFTP. - If
denied groups exist, all users who are members of those
groups always have access denied to the NAS server
through FTP or SFTP. - If the list is empty, there is no
restriction to the NAS server access through FTP or SFTP
based on the user group.
< string > array
hosts
optional
Allowed or denied hosts, depending on the value of the
is_allowed_hosts attribute. A host is defined using its IP
address. Subnets using CIDR notation are also supported. -
If allowed hosts exist, only those hosts and no others can
connect to the NAS server through FTP or SFTP. - If denied
hosts exist, they always have access denied to the NAS
server through FTP or SFTP. - If the list is empty, there is no
restriction to NAS server access through FTP or SFTP based
on the host IP address. - The addresses may be IPv4 or IPv6.
< string (ip-address)
> array
443
Dell EMC PowerStore REST API Reference Guide