Running Node.js file in FTP remote server

51 views Asked by At

Im trying to run my application on remote server that i have username and password for. Btw, website works local.

Im using WinSCP to upload files on remote server from local computer. What I do is start session on WinSCP, I choose option ftp, fill out hostname, username, port number. I can successfully connect, but cant find solution for runing website, cant find terminal there.

I tried typing in PowerShell: ssh your_username@host_ip_address but i get error

Permission denied (publickey).

then i installed putty, and try to open in it, but putty also doesnt work. Ive seen some questions where I am suppose to generate public_key and save it in authorized_keys or id_rsa folder, but there are not such thing in my .ssh folder

Is it posibble to run my JavaScript application with FTP remote server or am I using wrong file transfer protocol (should switch from WinSCP)?

0

There are 0 answers