Send Raw FTP commands to server
Most FTP clients already has lot of build-in operations such as login, file Transfer or delete files, But not all of them includes specifies interactions, for example some servers supports "Site Who" command to return online users, it requires FTP clients offers raw command function. another benefits of raw command is: when you are trying to do some operations in a slowly server, send a "DELE filename" command to connected site will delete the file without do listing directory again, it saves your time.
Besides build-in Serv-U/RaidenFTPD/ioFTPD/glftpd command set, there is a power raw command dialog in our
FTP client to allow you sending command to server in seconds. To use this feature, in the FTP client main
window, press "CTRL + R" to displays the raw command window, it allows sending multiple commands to
server at one time, it allows sending commands to both site window, it allows sending commands to all
connected sites too!

If you want to sending raw commands from external applications, please read the FTP Command Script article.
