I need to transfer files from my local desktop system (running ubuntu 11) to my aws instance running Ubuntu 11. command line works just fine for me, however, I need a GUI solution.
I have seen this question & the responses already,
Is there any WinSCP equivalent for linux?
However, the difference in accessing an aws instance is that I dont go through the password route, rather I go through an identity file (abcd.pem)
Tried using the file -> connect to server approach in ubuntu, but it doesnt have an option for applying identity files. Any other ideas ? ticks ? tools ??