I have pem file and ppk file so I can log in using ec2-user. No other users can log in via this key.
Now the issue is I am not able to upload streamlock file via putty or Filezilla using ec2-user because of permission issue. So someone please guide me how do I connect FTP or sftp to upload a file on a server.
FTP is generally not enabled on Amazon. You will need to use SFTP on port 22 with the same PEM and PPK files you already use to access your EC2 instance.