Comment copier le fichier zip de distant à local
#copy from remote to local machine
scp remote@IPaddress:path_to_file "path on local machine"
DebugFinder
#copy from remote to local machine
scp remote@IPaddress:path_to_file "path on local machine"