I set up an EC2 instance using the Amazon AMIs (I believe based on redhat/centos) I set up my security profile to allow 22, and verified it works because I can SSH in just fine using putty and the ppk I created.
SFTP on the other hand is a no go. When I try to SFTP in I get the following response:
Connecting
[SFTP] Host key accepted
[SFTP] Successfully authenticated
[SFTP] Error initialising sftp: Received a 115 messages instead of SSH_FXP_VERSION
Unable to connect
Disconnected
Of course, google has been little to no help. Any thoughts?