F3215-HP Load Balancing Module System Maintenance Command Reference-6PW101
122
FTP client configuration commands
Before executing FTP client configuration commands, make sure you have made proper authority
configurations for users on the FTP server. Authorized operations include view the files under the current
directory, read/download the specified files, create directory/upload files, and rename/remove files.
ascii
Use ascii to set the file transfer mode to ASCII.
Syntax
ascii
Default
The file transfer mode is ASCII.
Views
FTP client view
Default command level
3: Manage level
Usage guidelines
The carriage return characters vary with operating systems. For example, HP and Windows use
characters /r/n, and Linux uses characters /n. To transfer files between two systems that use different
carriage return characters, determine FTP transfer mode according to the file type.
FTP transfers files in either of the following modes:
• Binary mode—Transfers image files or pictures.
• ASCII mode—Transfers text files.
Examples
# Set the file transfer mode to ASCII.
[ftp] ascii
200 Type set to A.
[ftp]
Related commands
binary
binary
Use binary to set the file transfer mode to binary, which is also called the "flow mode".
Syntax
binary
Default
The transfer mode is ASCII mode.