To make my life quicker and easier when configuring some of our site's various servers, I want a quick compile run-as-needed FTP server with full rights to the file system, one that I can simply engage to upload files anywhere I want and then ctrl-C on the server to quit the server.
Previously I was using pure-ftpd but at some point something since my last server changed with the source or ports and I now have:
I don't want to mess around with configuration files or virtualized user lists or whatever, I simply want to make install an ftp server and run it and it's serving the entire system's file structure.
Or if someone can tell me if there's a configure option I can engage for pure-ftpd to give me the same experience I had before, I'd appreciate it.
Thanks in advance!
Previously I was using pure-ftpd but at some point something since my last server changed with the source or ports and I now have:
Code:
L] STOR file.conf
[L] 553 Can't open that file: Permission denied
[L] Transfer Failed!
I don't want to mess around with configuration files or virtualized user lists or whatever, I simply want to make install an ftp server and run it and it's serving the entire system's file structure.
Or if someone can tell me if there's a configure option I can engage for pure-ftpd to give me the same experience I had before, I'd appreciate it.
Thanks in advance!