I have an Ubuntu 12.1 VM running on Windows Azure. I've been trying to connect via FTP to upload files to the VM but I'm having problems.
I installed and set up vsftpd, like is outlined here (and here). I have an Endpoint for FTP defined in Azure for port 21.
I can connect to the VM fine via SSH - that works perfectly. I cannot connect via SFTP. I can connect via FTP - but it will only list the files on the server, it won't allow me to upload or download files. If I try and upload or download files, I get an I/O error and the connection times out.
Can anyone suggest where the problem may be here?