ltm profile ftpΒΆ

ltm profile ftp(1)					BIG-IP TMSH Manual					ltm profile ftp(1)

NAME
       ftp - Configures an FTP profile.

MODULE
       ltm profile

SYNTAX
       Configure the ftp component within the ltm profile module using the syntax shown in the following sections.

   CREATE/MODIFY
	create ftp [name]
	modify ftp [name]
	  options:
	    app-service [[string] | none]
	    defaults-from [ [name] | none]
	    description [string]
	    port [name]
	    allow-ftps [disabled | enabled]
	    ftps-mode [disallow | allow | require ]
	    enforce-tls-session-reuse [disabled | enabled]
	    allow-active-mode [disabled | enabled]
	    security [disabled | enabled]
	    translate-extended [disabled | enabled]
	    inherit-parent-profile [disabled | enabled]
	    log-publisher [log publisher name | none]
	    log-profile [log profile name | none]

	mv ftp [ [[source-name] [destination-name]] | [[name] to-folder [folder-name]] | [[name...name] to-folder [folder-name]] ]
	  options:
	    to-folder

	edit ftp [ [ [name] | [glob] | [regex] ] ... ]
	  options:
	    all-properties
	    non-default-properties

   DISPLAY
	list ftp
	list ftp [ [ [name] | [glob] | [regex] ] ... ]
	show running-config ftp
	show running-config ftp [ [ [name] | [glob] | [regex] ] ... ]
	  options:
	    all-properties
	    non-default-properties
	    one-line
	    partition

   DELETE
	delete ftp [name]

DESCRIPTION
       Use this command to create, modify, display, or delete an FTP profile with which you can manage FTP traffic.

EXAMPLES
       create ftp my_ftp_profile defaults-from ftp

       Creates a custom FTP profile named my_ftp_profile that inherits its settings from the system default FTP profile.

       list ftp

       Displays the properties of all FTP profiles.

       mv ftp /Common/my_ftp_profile to-folder /Common/my_folder

       Moves a custom ftp profile named my_ftp_profile to a folder named my_folder, where my_folder has already been created and
       exists within /Common.

OPTIONS
       app-service
	    Specifies the name of the application service to which the profile belongs. The default value is none. Note: If the
	    strict-updates option is enabled on the application service that owns the object, you cannot modify or delete the
	    profile. Only the application service can modify or delete the profile.

       defaults-from
	    Specifies the profile that you want to use as the parent profile. Your new profile inherits all settings and values
	    from the parent profile specified. The default value is ftp.

       description
	    User defined description.

       glob Displays the items that match the glob expression. See help glob for a description of glob expression syntax.

       name Specifies a unique name for the component. This option is required for the commands create, delete, and modify.

       partition
	    Displays the administrative partition within which the component resides.

       port Specifies a service for the data channel port used for this FTP profile. The default port is ftp-data.

       regex
	    Displays the items that match the regular expression. The regular expression must be preceded by an at sign (@[regular
	    expression]) to indicate that the identifier is a regular expression. See help regex for a description of regular
	    expression syntax.

       allow-ftps
	    Deprecated since v14.0.0. Use ftps-mode instead. Allow explicit FTPS negotiation. The default value is disabled.

       ftps-mode
	    Specifies the policy for explicit FTPS negotiation on FTP command channel, including disallow, allow and require. The
	    default is disallow.

	    Mode disabled
		 Detects explicit FTPS negotiation, and AUTH TLS command will be dropped.

	    Mode 
		 Bypasses explicit FTPS negotiation through the BIGIP.

	    Mode allow
		 Allows FTPS negotiation, and will intercept TLS if SSL forward proxy is configured on the virtual server.

	    Mode require
		 Requires FTPS negotiation to protect the FTP data transfers.

       enforce-tls-session-reuse
	    Enforce data connection to reuse TLS session. The default value is disabled.

       allow-active-mode
	    Allow FTP active transfer mode. The default value is enabled.

       security
	    Enables or disables secure FTP traffic for the BIG-IP(r) Application Security Manager. You can set the security option
	    only if the system is licensed for the BIG-IP Application Security Manager. The default value is disabled.

       to-folder
	    ftp profiles can be moved to any folder under /Common, but configuration dependencies may restrict moving the profile
	    out of /Common.

       translate-extended
	    This option is enabled by default, and thus, automatically translates RFC2428 extended requests EPSV and EPRT to PASV
	    and PORT when communicating with IPv4 servers.

       inherit-parent-profile
	    Enables the FTP data channel to inherit the TCP profile used by the control channel. If disabled, the data channel
	    uses FastL4 (BigProto) only.

       log-publisher
	    Specify the name of the log publisher which logs translation events. See help sys log-config for more details on the
	    logging sub-system. Use the "sys log-config publisher" component to set up a log publisher.

       log-profile
	    Specify the name of the ALG log profile which controls the logging of ALG . See help ltm alg-log-profile for more
	    details on the logging profile sub-system. Use the "ltm alg-log-profile profile" component to set up a ALG log
	    profile.

SEE ALSO
       create, delete, edit, glob, list, ltm virtual, modify, mv, regex, reset-stats, show, tmsh

COPYRIGHT
       No part of this program may be reproduced or transmitted in any form or by any means, electronic or mechanical, including
       photocopying, recording, or information storage and retrieval systems, for any purpose other than the purchaser's personal
       use, without the express written permission of F5 Networks, Inc.

       F5 Networks and BIG-IP (c) Copyright 2008-2010, 2012-2013, 2015-2016. All rights reserved.

BIG-IP							    2018-04-02						ltm profile ftp(1)