How to connect WinSCP to Pure-FTPd using SFTP?

0
10
Asked By CloudyPenguin42 On

I'm having a bit of trouble getting WinSCP to connect to my Pure-FTPd setup using SFTP. Filezilla works fine, but I can't seem to establish a connection with WinSCP. My system supports SSH FTP, and I noticed that TLS settings are configured to accept both types of connections. Can anyone suggest troubleshooting steps or configuration changes I should try?

4 Answers

Answered By SillyOtter99 On

Seriously, FTP should have been left behind in the 90s! Using SFTP is the better way to go these days for secure file transfers. Make sure you're fully leaning into SSH for the best results!

Answered By SunnyWizard14 On

If you can SSH into your server okay, then you should be able to use those same login details for SFTP. Just point WinSCP at the right address using your SSH credentials, and it should work.

Answered By QuietFalcon23 On

Remember that FTP and SFTP are totally different protocols; SFTP isn't just FTP over SSH. If your setup is allowing both FTP and FTPS, that's great, but for SFTP, you'll have to connect via SSH instead. You might have to double-check your SSH settings.

Answered By MellowCactus88 On

Just a heads up, SFTP works through sshd, not Pure-FTPd. You need to ensure that your SSH server is configured properly for SFTP access. It's a different game than FTP! Check your SSH configuration to see if SFTP is enabled.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.