Talk:LundFTPD install: Difference between revisions

From Lundman Wiki
mNo edit summary
 
No edit summary
 
Line 1: Line 1:
== Windows install ==
== Windows install ==


Is there any help for a Windows install?
''Is there any help for a Windows install?''
 
Sure, what do you want to know? It works pretty much the same as Unix. Create a directory structure like
 
/lftpd/
      /lundftpd
      /lundftpd.conf
      /ftp-logs/
      /ftp-data/
                /lftpd.pem  (if you want SSL)
 
I also prefer to create a whole new "ftproot" directory somewhere, and only place symlinks (junctions) to the disks/directories.
 
Run it ./lundftpd -a to create yourself the first user. I would recommend level "UF_ALL". Then you can do the rest from SITE commands.

Latest revision as of 00:05, 18 November 2008

Windows install

Is there any help for a Windows install?

Sure, what do you want to know? It works pretty much the same as Unix. Create a directory structure like

/lftpd/
      /lundftpd
      /lundftpd.conf
      /ftp-logs/
      /ftp-data/
               /lftpd.pem   (if you want SSL)

I also prefer to create a whole new "ftproot" directory somewhere, and only place symlinks (junctions) to the disks/directories.

Run it ./lundftpd -a to create yourself the first user. I would recommend level "UF_ALL". Then you can do the rest from SITE commands.