Users GuideWS_FTP ProHELP (HELP) HELP [<SP> <string>] <CRLF> This command causes the server to send a list of supported commands and other helpful information.LIST (LIST) LIST [<SP> <pathname>] <CRLF> This command causes a list of file names and file details to be sent from the FTP site to WS_FTP Pro.MDTM (MODIFICATION TIME) MDTM <SP> <pathname> <CRLF> This command can be used to determine when a file in the server NVFS was last modified.MKD (MAKE DIRECTORY) MKD <SP> <pathname> <CRLF> This command causes the directory specified in pathname to be created as a directory (if pathname is absolute) or as a subdirectory of the current working directory (if pathname is relative).MLSD MLSD [<SP> <pathname>] <CRLF> If WS_FTP Pro detects that the server is an MLSD server, this command is sent to the server instead of the LIST command.MLST MLST [<SP> <pathname>] <CRLF> This command causes the server to provide data about the single object named, whether a file or directory.MODE (TRANSFER MODE) MODE <SP> <mode-code> <CRLF> The argument is a single Telnet character code specifying the data transfer mode. The following codes are assigned for transfer modes: S - Stream, B - Block, C - Compressed. The default transfer mode is Stream. Note This transfer mode is not equivalent to the transfer mode of the WS_FTP Pro user interface. The transfer mode referred to in WS_FTP Pro and its documentation is handled by the TYPE command.