R3204P16-HP Load Balancing Module System Maintenance Command Reference-6PW101

90
Default level
3: Manage level
Parameters
None
Description
Use the ascii command to set the file transfer mode to ASCII.
By default, the file transfer mode is ASCII.
The carriage return characters vary with operating systems. For example, to indicate the end of a line
and transfer to the next line, HP and Windows use characters /r/n, and Linux uses characters /n. The
rules of the specified file transfer mode must be followed by the two communicating systems that use
different carriage return characters so that they can correctly resolve received files.
FTP transfers files in two modes:
Binary mode: for program file or picture transmission.
ASCII mode: for text file transmission.
Related commands: binary.
Examples
# Set the file transfer mode to ASCII.
[ftp] ascii
200 Type set to A.
binary
Syntax
binary
View
FTP client view
Default level
3: Manage level
Parameters
None
Description
Use the binary command to set the file transfer mode to binary (flow) mode.
By default, the transfer mode is ASCII mode.
Related commands: ascii.
Examples
# Set the file transfer mode to binary.
[ftp] binary
200 Type set to I.