Managing ftp from the cli, Configuring ftp, Managing the ftp configuration – HP StoreAll Storage User Manual

Page 109: Configuring ftp managing the ftp configuration

Advertising
background image

Use the buttons on the panels to modify or delete the selected configuration profile or share. You
can also add another FTP share to the selected configuration profile. Use the Modify FTP Share
dialog box if you need to allow NAT connections on the share.

Managing FTP from the CLI

FTP is managed with the ibrix_ftpconfig and ibrix_ftpshare commands. For detailed
information, see the

HP StoreAll Storage CLI Reference Guide

.

Configuring FTP

To configure FTP, first add a configuration profile, and then add an FTP share:

Add a configuration profile:

ibrix_ftpconfig -a PROFILENAME [-h HOSTLIST] [-S SETTINGLIST]

For the -S option, use a comma to separate the settings, and enclose the settings in quotation
marks, such as "passive_enable=TRUE,maxclients=200". To see a list of available settings
for the profile, use the following command:

ibrix_ftpconfig -L

Add an FTP share:

ibrix_ftpshare -a SHARENAME -c PROFILENAME -f FSNAME -p dirpath -I

IP-Address:port [-u USERLIST] [-S SETTINGLIST]

For the -S option, use a comma to separate the settings, and enclose the settings in quotation
marks, such as "browseable=true,readonly=true". For the -I option, use a semicolon to
separate the IP address:port settings and enclose the settings in quotation marks, such as
"ip1:port1;ip2:port2;..."

. To list the available settings for the share, use the following

command:

ibrix_ftpshare -L

Managing the FTP configuration

Use the following commands to view, modify, or delete the FTP configuration. In the commands,
use -v 1 to display detailed information.

View configuration profiles:

ibrix_ftpconfig -i -h HOSTLIST [-v level]

Managing FTP from the CLI 109

Advertising