Transfer script files using ssh to my server?

0

I'm using Amazon node ssh I have a captcha.php script on my local host. How do I transfer that to my Amazon EC2 page? I'm trying to generate a captcha. I'm using Mac terminal and installed xampp.

jrey

Posted 2015-08-29T05:39:31.603

Reputation: 1

Answers

0

You can use scp or sftp. There are also graphical tools for this on Mac.

Jakuje

Posted 2015-08-29T05:39:31.603

Reputation: 7 981