77 system-view[Sysname] ftp server ssl-server-policy mysslRelated commands• ftp server enable• ssl server-policy (Security Command Reference)ftp timeoutUse ftp timeout to set the FTP connection idle-timeout timer.Use undo ftp timeout to restore the default.Syntaxftp timeout minuteundo ftp timeoutDefaultThe FTP connection idle-timeout timer is 30 minutes.ViewsSystem viewPredefined user rolesnetwork-adminParametersMinute: Specifies an idle-timeout interval in the range of 1 to 35791 minutes.Usage guidelinesIf no data transfer occurs on an FTP connection within the idle-timeout interval, the FTP servercloses the FTP connection to release resources.Examples# Set the FTP connection idle-timeout timer to 36 minutes. system-view[Sysname] ftp timeout 36FTP client commandsBefore executing FTP client configuration commands, make sure you have configured authorizationsettings for users on the FTP server. Authorized operations include viewing the files in the workingdirectory, reading/downloading/uploading/renaming/removing files, and creating directories.The FTP client commands in this section are supported by the device, but whether they can beexecuted successfully depends on the FTP server.The output in the examples of this section varies by FTP server.appendUse append to add the content of a file on the FTP client to a file on the FTP server.Syntaxappend localfile [ remotefile ]