How to Enable SCP and FTP
Both SCP and FTP can be enabled from the command line interface or the web interface. For information on how see each section:
Enable SCP from the CLI
To enable SCP, SSH needs to be enable and FTP needs to be disabled.
-
Log in to the CLI.
-
To disable FTP type
ftp –s disableand press Enter to confirm. -
To enable SSH type
ssh –s enableand press Enter to confirm. -
To set the SSH port, to for example 5000, type
ssh –p 5000. Available ports are 22, 5000-32768.NOTE: Use a specified SSH port, instead of the default, to increase security. -
SCP is now enabled.
NOTE: Reboot the NMC to apply changed. From the CLI typerebootand press Enter.
Enable FTP from the CLI
-
Log in to the CLI.
-
To enable FTP type
ftp –s enableand press Enter to confirm. -
To set the FTP port to, for example 5001, type
ftp –p 5001. Available ports are 21, 5001-32768.NOTE: Use a specified FTP port, instead of the default, to increase security. -
FTP is now enabled.
NOTE: Reboot the NMC to apply changed. From the CLI typerebootand press Enter.
Enable SCP from the Web Interface
To enable SCP, SSH needs to be enable and FTP needs to be disabled.
-
Log in to the web interface.
-
Navigate to Configuration > Network > Console > Access.
-
Check the SSH enable box. It is also possible to specify an SSH port. Click Apply to save the changes.
NOTE: Use a specified SSH port, instead of the default, to increase security.
-
Navigate to Configuration > Network > FTP server > Access.
-
Make sure that the FTP enable box is unchecked. Click Apply to save the changes.
-
SCP is now enabled.
NOTE: Reboot the NMC to apply changes. From the web interface select Control > Network > Reset/Reboot for options.
Enable FTP from the Web Interface
-
Log in to the web interface.
-
Navigate to Configuration > Network > FTP server > Access.
-
Check the FTP enable box. It is also possible to specify an FTP port. Click Apply to save the changes.
NOTE: Use a specified FTP port, instead of the default, to increase security.
-
FTP is now enabled.
NOTE: Reboot the NMC to apply changes. From the web interface select Control > Network > Reset/Reboot for options.