Hi,
I am using vsFTPd over SSL on ubuntu and I connect FTPS thorugh java appliaction and I am getting exception as follows,
javax.net.ssl.SSLException: 530 Please login with USER and PASS
Is any other setting needed to connecting FTP on ubuntu in secure way ?
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
A cursory review of the comments in the vsFTPd articles on DigitalOcean will show that A LOT of people struggle with its configuration (for some reason). Have you considered SFTP? IMHO, it’s just as secure and <b>much</b> easier to use. <i>See</i> <a href=“https://www.digitalocean.com/community/articles/how-to-use-filezilla-to-transfer-and-manage-files-securely-on-your-vps”>How To Use Filezilla to Transfer and Manage Files Securely on your VPS</a>.