Re: FTP in Mac OSX 10.13 High Sierra

------------

Ok managed to get it working (Thanks to Ceechtay)
The commands I used are almost the same as yours.
----------------------------------------------------------------------
Download 'pure-ftpd-1.0.47.tar.gz' and extract to 'Downloads'
Move the 'pure-ftpd' file to /etc/pam.d/
#Root access may be required.
Search > Terminal
Prompts you to install 'xcode developer tools', so click install and when it has finished installing re-run the command above (it should now work).
Works until you logout (making it pretty useless really).

------------

Ok managed to get it working (Thanks to Ceechtay)
- Had to enable root access to move the 'pure-ftpd' file into the /etc/pam.d/ directory.
- It prompts you to install the 'xcode developer tools' when you run the configuration command (after the xcode install you need to re-run the command).
The commands I used are almost the same as yours.
----------------------------------------------------------------------
Download 'pure-ftpd-1.0.47.tar.gz' and extract to 'Downloads'
Move the 'pure-ftpd' file to /etc/pam.d/
#Root access may be required.
Search > Terminal
Code:
cd ~/Downloads/pure-ftpd-1.0.47
Code:
./configure --with-pam --with-everything --with-virtualchroot --without-humor
Code:
sudo make install-strip
Code:
sudo /usr/local/sbin/pure-ftpd -lpam -B &
Comment