Re: New System, Problem with FTP
Steve Matzura wrote:
> The following is specific to Ubuntu 24.04. If it should go to a
> Ubuntu-specific list, let me know and I'll find out how to make that happen.
Yup. This is a list for Debian users.
> The problem is also related to FTP, which I can't seem to get working. I
> modified /etc/ssh/sshd_config by adding a section at the bottom for "Match
> User" and also to indicate the subsystem being inet-ftp:
>
> Subsystem ftp internal-sftp
that's not FTP, the classic protocol; that's SFTP, a secure
protocol based on SSH.
If you enable SFTP and try to use an FTP program, it won't work.
Use the 'sftp' program, instead.
In general, nobody should use classic FTP without an
overwhelmingly good reason -- like, the other side is outside of
their control and only offers FTP.
-dsr-
Reply to: