- For example, to transfer a file from your computer to the device, use a command as
     follows:C:\>pscp.exe -scp -pw MyPwd c:\path\myfile.ext root@10.0.0.1:target For example, to transfer a file from the device to your computer, change the order of source and destination:C:\>pscp.exe -scp -pw MyPwd root@10.0.0.1:target c:\path\myfile.ext Set the target as the name of a file with path.
- For example, to save the configuration from the device on your machine under the name config.lcf, use a command as
    follows:C:\>pscp.exe -scp -pw MyPwd root@10.0.0.1:config c:\config.lcf 
- 
    For example, to upload new firmware from your computer to the device, use a command as follows:C:\>pscp.exe -scp -pw MyPwd c:\firmware.upx root@10.0.0.1:firmware 
