Sending raw FTP commands
If you are familiar with the low-level FTP protocol, you can send a specific raw command to the server.
To send a raw FTP command:
- Choose File > Send Raw Command…
- Type in a valid FTP control command (such as:
NOOP
) - Click Send
Transmit will display the server’s response to your command.
Sending SSH commands
When connected to a server via the SFTP protocol, you can also send remote SSH commands to the server.
To execute an SSH command on the server:
- Choose File > Send SSH Command…
- Type in a valid server-side command (such as:
ls -l
) - Click Send
Transmit will display the server’s response to your command.