How do I configure FTP so I can upload files from my Mac?
I have OpenSSH server installed but so far can't access the Pi via FTP - connection refused.
Ahh, thanks. Connecting with sftp I now get to see my directory structure, so nearly there! However, it doesn't allow me to actually upload any files.jmacey wrote:If OpenSSH is installed you could try sftp or even scp
I usually use scp to copy files to and from the pi (and if you setup with no password this is even easier)
BTW - I found the solution. The install placed an example config file in /usr/share/doc/ftpd/examples/ftpd.xinetdmremmers wrote:I also wanted to set-up old-school FTPD of my R-Pi.
(I know it is not secure)
I installed the FTP and FTPD as you showed using:
apt-get install ftp ftpd
That worked fine.
I am able to use the FTP client normally.
But the FTPD is not listening on port 21
Do I need to enable it somewhere?
Thanks for any help.