Transferring files over SSH [closed]

You need to scp something somewhere. You have scp ./styles/, so you’re saying secure copy ./styles/, but not where to copy it to. Generally, if you want to download, it will go: # download: remote -> local scp user@remote_host:remote_file local_file where local_file might actually be a directory to put the file you’re copying in. To … Read more

scp with port number specified

Unlike ssh, scp uses the uppercase P switch to set the port instead of the lowercase p: scp -P 80 … # Use port 80 to bypass the firewall, instead of the scp default The lowercase p switch is used with scp for the preservation of times and modes. Here is an excerpt from scp’s … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)