Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
fp=/Temp_Destination_Dir_path/*
fp='ls '$fp
for i in $fp
do
cat $i >> /Destination_Dir_Path/$i
done
ssh ruser@rhost "cat /path/to/rfile" >> /path/to/localfile
cat /path/to/localfile | ssh ruser@rhost "cat >> /path/to/remotefile"