Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Individual Option - SSH and SCP

  • From the FRP websiteQWS-CSP web GUI, find the entry for the client, and note the port number. The syntax to connect is as follows:
    • ssh admin@FRP_HOST_IP -p PORT
    • scp -P PORT file admin@FRP_HOST_IP:/remote_directory (**Note the capital P, vs lower case p for ssh)
    • sftp -P PORT admin@FRP_HOST_IP (please note the upper case P)

...