I created a virtual machine on Windows Azure and launched Ubuntu on this I was able to successfully communicate using the http protocol on port 80
However, I cannot successfully use the FTP connection. Here is what I have done so far
- Created an endpoint with open and closed ports as 21
- Installed vsftp on the server
- Made configuration changes in the vsftpd.conf file;
local_enable=YES, write_enable=YES
Now, when I try to make a normal FTP connection on Filezilla, I have an error that says 500 OOPS: priv_sock_get_cmd
Can someone please let me know what I am missing
Help will be greatly appreciated Thanks
source share