Instructions for transfer file
Instructions for transmitting and receiving files
- Open the SSH Client app.
- Connect to PC Server to transmit/receive files.
- After successful connection, display as shown.
- File transfer command:
+ File transfer structure: scp + "Path containing the file to be transferred (server PC is connecting)" + "User name" @ "IP" (pc receiving file not yet connected): "File path to be transferred to".
- After you have typed the correct command and the correct path, a message will be displayed as shown Type yes and press Enter to continue.
- Then the program will ask you to enter the Password of the computer that needs to receive the File Enter the correct Password of the computer that receives the File and press Enter.
- Displayed as shown, you have successfully transferred the File.
- Command to receive File:
+ File transfer structure: scp + “User name” @ “IP” (the file transfer computer is not yet connected): “File path to transfer” + “File path to transfer to (server computer is connected)”.
- After you have typed the correct command and the correct path, a message will be displayed as shown Type yes and press Enter to continue.
- Then the program will ask you to enter the password of the file transfer computer Enter the correct password of the file transfer computer and press Enter.
- Displayed as shown, you have successfully received the file.