Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

ssh copy

# scp from <remote windows> to <local windows> on usb drive (F:)
scp <RemoteUser>@<RemoteIp>:"C:Users<RemoteUser>DownloadsVideo<FileName>*.*" F:

# In general, scp <source> <destination>
 
PREVIOUS NEXT
Tagged: #ssh #copy
ADD COMMENT
Topic
Name
2+6 =