Okay how do I use Putty? I installed it to run my bots on a AWS Ubuntu instance but I don't know how to make my bots run on it (I don't even know how to push them in)
@Santartine Ok for starters what are you trying to do? And what bots and what do you think should putty do?
@bithive Okay, I have two bots (for twitter and discord) I'd like them to run on a Amazon Web Service (because I want them to run even if my computer is off). So I went on Amazon, got myself an ubuntu vm thing on it. Then, they want me to use an SSh client (so I took putty) to run my stuff on it so I'd like to push my local folders with the bots to the ubuntu vm on AWS THEN I'd like to run the bots from there. I don't know if it's clear :c
@bithive I'm already using FileZilla, isn't it the same? The bot is in JS so I think I might have to install nodejs on the vms, right?
@bithive Usually I only use terminals for testing purposes and/or running code but that's it
@Santartine Yeah you can use Filezilla too, it only uses a diffrent way to connect.
So you have you stuff on the vms right? Nextup Putty, here is a small writeup how to use it:
https://mediatemple.net/community/products/dv/204404604/using-ssh-in-putty-
Are you generally comfortable in using the command line or terminals?