Skip to main content
In English, the pronoun 'I' is capitalized; English contractions use apostrophes.
Source Link
Jeff Schaller
  • 68.8k
  • 35
  • 122
  • 265

I Have a list file File_Transfer_List.txt which contains list of file to do scp

My requirement is I need to do scp that files given in the list file and then delete the files from source location.

I tried this :

scp File_Name user@server:/destination && rm File_Name ;

I am unable to test it, I dontdon't have my scp ready to test itit; can any one correct me if iI am wrong.

I Have a list file File_Transfer_List.txt which contains list of file to do scp

My requirement is I need to do scp that files given in the list file and then delete the files from source location.

I tried this :

scp File_Name user@server:/destination && rm File_Name ;

I am unable to test it, I dont have my scp ready to test it can any one correct me if i am wrong.

I Have a list file File_Transfer_List.txt which contains list of file to do scp

My requirement is I need to do scp that files given in the list file and then delete the files from source location.

I tried this :

scp File_Name user@server:/destination && rm File_Name ;

I am unable to test it, I don't have my scp ready to test it; can any one correct me if I am wrong.

I Have a list file " File_Transfer_List.TXT "File_Transfer_List.txt which contains list of file to do scp

My requirement is I need to do scp that files given in the list file and then delete the files from source location.

I tried this :

scp File NameFile_Name user@server:/destination && rm File NameFile_Name ;

I am unable to test it, I dont have my scp ready to test it can any one correct me if i am wrong.

Thanks :)

I Have a list file " File_Transfer_List.TXT " which contains list of file to do scp

My requirement is I need to do scp that files given in the list file and then delete the files from source location.

I tried this :

scp File Name user@server:/destination && rm File Name ;

I am unable to test it, I dont have my scp ready to test it can any one correct me if i am wrong.

Thanks :)

I Have a list file File_Transfer_List.txt which contains list of file to do scp

My requirement is I need to do scp that files given in the list file and then delete the files from source location.

I tried this :

scp File_Name user@server:/destination && rm File_Name ;

I am unable to test it, I dont have my scp ready to test it can any one correct me if i am wrong.

edited tags
Link
terdon
  • 252.2k
  • 69
  • 480
  • 718
Source Link
deepuu
  • 143
  • 2
  • 2
  • 5
Loading