So here is what i doI have done already,:
iI have a file called abc.txt which contains list of files.Am I am using abc.txt to move those files to a folder , tar that folder and finally iI download the tar to my local pcPC from my server(linux), which is running GNU/Linux.
it goes likeHere are the steps in list form:
1.abc.txt
2.abc.txt(files) -> folder
3.Folder -> folder.tar
4.folder.tar -> local pc.
Now i need to change this like below,
- abc.txt
- abc.txt (listed files) -> folder
- Folder -> folder.tar
- folder.tar -> local PC.
ifIf abc.txt contains 2 files namely, for example:
example1.css
example2.css
iI need to download those files from abc.txt seperatelyseparately and directly to the local pc ,PC.
sinceSince ftp or sftp need the file name to download it, how can iI read that from from abc.txt.
Please help.?