PSCP how to upload Folder in a server having password

460 views Asked by At

pl help me to upload the entire folder using PSCP via command line. i am able to download entire folder from server,but unable to upload server has username and password this is the below code which i am using

pscp -r D:\TEST\ username:[email protected]:/upload_folder

folder TEST contains many files as well as folders

0

There are 0 answers