FTP server for linux?

pac1085

Diamond Member
Jun 27, 2000
3,456
0
76
Graphical? no. Although there might be some gui frontends to configure wuftpd/proftpd/etc.
 

hobgadling

Member
Oct 23, 2001
39
0
0
Try gproftpd...you'll need proftpd installed as well. I don't really like guis for the sort of thing that you can do without, but i've heard good things about this from some friends.

--Hob
 

IcePhoenix

Senior member
Dec 22, 2001
544
0
0
Thanks for the responses. I downloaded GProFTPD and it installs and loads up just fine. When I try and turn the server to ONLINE, the console reports

proftpd: no process killed
sh: line 1: proftpd: command not found

and it doesn't turn on. Any idea why?

Also, when I try and run proftpd, I get

- no such group 'nogroup'
- Fatal: Group: Unknown group 'nogroup'.

Do you think these two are related?
 

hobgadling

Member
Oct 23, 2001
39
0
0
For the problem in gproftpd, try running it as root...proftpd resides in /usr/sbin/, which is usually only executable as root.

For the other problem....not really sure, i have that set in my /etc/proftpd.conf as well, again, it may be a root/user problem.

--Hob
 

n0cmonkey

Elite Member
Jun 10, 2001
42,936
1
0
Originally posted by: IcePhoenix
Thanks for the responses. I downloaded GProFTPD and it installs and loads up just fine. When I try and turn the server to ONLINE, the console reports

proftpd: no process killed
sh: line 1: proftpd: command not found

and it doesn't turn on. Any idea why?

Also, when I try and run proftpd, I get

- no such group 'nogroup'
- Fatal: Group: Unknown group 'nogroup'.

Do you think these two are related?

Create a group called "nogroup". The error is self explanatory. And whats up with a "graphical" ftp server?
 

IcePhoenix

Senior member
Dec 22, 2001
544
0
0
Originally posted by: n0cmonkey
Originally posted by: IcePhoenix
Thanks for the responses. I downloaded GProFTPD and it installs and loads up just fine. When I try and turn the server to ONLINE, the console reports

proftpd: no process killed
sh: line 1: proftpd: command not found

and it doesn't turn on. Any idea why?

Also, when I try and run proftpd, I get

- no such group 'nogroup'
- Fatal: Group: Unknown group 'nogroup'.

Do you think these two are related?

Create a group called "nogroup". The error is self explanatory. And whats up with a "graphical" ftp server?

You know, you know so much about all this. You don't have to come off like that.

Create a group "nogroup" where? How?

If it were obvious to me, I would not have asked the question.

I just started using Linux, and it will be sometime before I am as comfortable as you are with it. Which is my aim.

hobgadling: Mine is under /usr/local/sbin. I will try out your suggestion though, thanks.
 

Need4Speed

Diamond Member
Dec 27, 1999
5,383
0
0
First, personally I use proftpd. It's one of the more secure ftp servers out there..assuming there is such a thing Maybe a more appropriate phrase would have been "least exploited ftp servers"...it can also be one of the more difficult servers to setup.

Secondly, I know we all have to start somewhere with linux, but maybe it would be smart to read some documentation on how to do the basics in linux (such as adding groups and users) before attempting to setup services. IMHO, that's just asking for trouble.

Thirdly, as far as GUI based ftp servers for linux, there really are none...there are some graphical front ends. Again, IMHO, those are useless since you really don't learn anything about how to actually setup the server.

Finally, I can see the questions coming about setting up directories and permissions...I suggest you start by checking the docs that came with the ftp server. It would be too involved to walk someone without a basic linux understanding through it.

My intention is not to flame you here, but rather save you from future flames. Everyone here will be more than happy to help you out, but you need to start at the beginning, not jump in somewhere in the middle and then expect to find the answers here.

-P
 

IcePhoenix

Senior member
Dec 22, 2001
544
0
0
Thank you very much. My unfortunate drive to simply jump in and get things done hinders my ability to do some of these things I have a nasty habit of learning from trial and error.

Anyway, all I really need the FTP for is to transfer files between my suitemates and myself. My other buddy has linux on his computer, and without the AIM "Send File" function, we find it hard to transfer files. Unless there is another, easy way we can send each other files, I don't really need an FTP. I just figured it would be easier (ha!)

Oh, and I apologize for my outburst. This is frustrating at times. Yet so rewarding when we get things to work
 

Sunner

Elite Member
Oct 9, 1999
11,641
0
76
I have a nasty habit of learning from trial and error.
There's another way??? :Q

Oh and on a sidenote, if all you wanna do is share files between Windows/Linux boxes, your best bet is probably Samba
 

IcePhoenix

Senior member
Dec 22, 2001
544
0
0
Alright. I toughed it out with FAQs and MAN pages, and I got the server running. Even got NTFS readable by users other then root

But I cannot. For the LIFE of me, find out how to limit access. ie, how to deny permissions to certain folders. Do I use normal linux permissions, or can I set them in proftpd (I gave up on GUI, the daemon is fine )
 

n0cmonkey

Elite Member
Jun 10, 2001
42,936
1
0
Originally posted by: IcePhoenix
Alright. I toughed it out with FAQs and MAN pages, and I got the server running. Even got NTFS readable by users other then root

But I cannot. For the LIFE of me, find out how to limit access. ie, how to deny permissions to certain folders. Do I use normal linux permissions, or can I set them in proftpd (I gave up on GUI, the daemon is fine )

ftpd should not be run as root, so using a user like "ftpd" or "nobody" would be a better idea. You should be able to use linux permissions to block access, if there are no utilities to do that in proftpd (check the man page). Look into chrooting your ftp server too.
 

Need4Speed

Diamond Member
Dec 27, 1999
5,383
0
0
Originally posted by: n0cmonkey
Originally posted by: IcePhoenix
Alright. I toughed it out with FAQs and MAN pages, and I got the server running. Even got NTFS readable by users other then root

But I cannot. For the LIFE of me, find out how to limit access. ie, how to deny permissions to certain folders. Do I use normal linux permissions, or can I set them in proftpd (I gave up on GUI, the daemon is fine )

ftpd should not be run as root, so using a user like "ftpd" or "nobody" would be a better idea. You should be able to use linux permissions to block access, if there are no utilities to do that in proftpd (check the man page). Look into chrooting your ftp server too.

proftpd can be chrooted and you can use linux permissions to block access
 

Need4Speed

Diamond Member
Dec 27, 1999
5,383
0
0
youre best bet is the read some example con files or do a search for my username...there should be a post where i went into all of that.

proftpd uses a combination of linux file permssions with directives in the prodtpd.conf file. for example, if you have a folder thas read/write only for root and you set the directive in the conf file to read/write for all ftp users it wont work since the file system has presedence...in that example the folder would have to have OS read/write permssions.

persmissions in the conf file are set up using <limit> and <directory> directives...here is a quick example:

<Directory /var/ftp/linux/*>
<Limit READ>
AllowUser activeftp
DenyUser uploadftp
</Limit>
<Limit APPE DELE MKD RMD RNTO RNFR STOR XMKD XRMD>
DenyAll
</Limit>
</Directory>

this would allow users activeftp and uploadftp to read the /var/ftp/linux directory, but not write to it.
 

n0cmonkey

Elite Member
Jun 10, 2001
42,936
1
0
Originally posted by: Need4Speed
youre best bet is the read some example con files or do a search for my username...there should be a post where i went into all of that.

proftpd uses a combination of linux file permssions with directives in the prodtpd.conf file. for example, if you have a folder thas read/write only for root and you set the directive in the conf file to read/write for all ftp users it wont work since the file system has presedence...in that example the folder would have to have OS read/write permssions.

persmissions in the conf file are set up using <limit> and <directory> directives...here is a quick example:

<Directory /var/ftp/linux/*>
<Limit READ>
AllowUser activeftp
DenyUser uploadftp
</Limit>
<Limit APPE DELE MKD RMD RNTO RNFR STOR XMKD XRMD>
DenyAll
</Limit>
</Directory>

this would allow users activeftp and uploadftp to read the /var/ftp/linux directory, but not write to it.

That looks a lot like Apache's conf file.
 

Mucman

Diamond Member
Oct 10, 1999
7,246
1
0
No one gives pure-ftpd any love! It has a GUI front end if you really really really really want one... but It has
just one config file so I don't see why a GUI would be necessary. Pureftpd is also very secure, and very configurable...

</end advertisement>

 

n0cmonkey

Elite Member
Jun 10, 2001
42,936
1
0
Originally posted by: Mucman
No one gives pure-ftpd any love! It has a GUI front end if you really really really really want one... but It has
just one config file so I don't see why a GUI would be necessary. Pureftpd is also very secure, and very configurable...

</end advertisement>

Id probably play with pureftp based on reputation if I liked ftp enough to run it.
 

Mucman

Diamond Member
Oct 10, 1999
7,246
1
0
Originally posted by: n0cmonkey
Originally posted by: Mucman
No one gives pure-ftpd any love! It has a GUI front end if you really really really really want one... but It has
just one config file so I don't see why a GUI would be necessary. Pureftpd is also very secure, and very configurable...

</end advertisement>

Id probably play with pureftp based on reputation if I liked ftp enough to run it.

There's not much to play with... edit the config file once, and the thing just works... in fact it's rather boring

 

n0cmonkey

Elite Member
Jun 10, 2001
42,936
1
0
Originally posted by: Mucman
Originally posted by: n0cmonkey
Originally posted by: Mucman
No one gives pure-ftpd any love! It has a GUI front end if you really really really really want one... but It has
just one config file so I don't see why a GUI would be necessary. Pureftpd is also very secure, and very configurable...

</end advertisement>

Id probably play with pureftp based on reputation if I liked ftp enough to run it.

There's not much to play with... edit the config file once, and the thing just works... in fact it's rather boring

There are always things to play with.
 

Need4Speed

Diamond Member
Dec 27, 1999
5,383
0
0
Originally posted by: Mucman
Originally posted by: n0cmonkey
Originally posted by: Mucman
No one gives pure-ftpd any love! It has a GUI front end if you really really really really want one... but It has
just one config file so I don't see why a GUI would be necessary. Pureftpd is also very secure, and very configurable...

</end advertisement>

Id probably play with pureftp based on reputation if I liked ftp enough to run it.

There's not much to play with... edit the config file once, and the thing just works... in fact it's rather boring

Can't comment on pure-ftpd, but must be very similiar to proftpd..only one file there as well...maybe i'll try pure one of these days.
 

IcePhoenix

Senior member
Dec 22, 2001
544
0
0
Perhaps I will play with Pure when I get home for Christmas. I am still playing with proftpd. You were all right. Screw the GUI I like using the config files.
 
sale-70-410-exam    | Exam-200-125-pdf    | we-sale-70-410-exam    | hot-sale-70-410-exam    | Latest-exam-700-603-Dumps    | Dumps-98-363-exams-date    | Certs-200-125-date    | Dumps-300-075-exams-date    | hot-sale-book-C8010-726-book    | Hot-Sale-200-310-Exam    | Exam-Description-200-310-dumps?    | hot-sale-book-200-125-book    | Latest-Updated-300-209-Exam    | Dumps-210-260-exams-date    | Download-200-125-Exam-PDF    | Exam-Description-300-101-dumps    | Certs-300-101-date    | Hot-Sale-300-075-Exam    | Latest-exam-200-125-Dumps    | Exam-Description-200-125-dumps    | Latest-Updated-300-075-Exam    | hot-sale-book-210-260-book    | Dumps-200-901-exams-date    | Certs-200-901-date    | Latest-exam-1Z0-062-Dumps    | Hot-Sale-1Z0-062-Exam    | Certs-CSSLP-date    | 100%-Pass-70-383-Exams    | Latest-JN0-360-real-exam-questions    | 100%-Pass-4A0-100-Real-Exam-Questions    | Dumps-300-135-exams-date    | Passed-200-105-Tech-Exams    | Latest-Updated-200-310-Exam    | Download-300-070-Exam-PDF    | Hot-Sale-JN0-360-Exam    | 100%-Pass-JN0-360-Exams    | 100%-Pass-JN0-360-Real-Exam-Questions    | Dumps-JN0-360-exams-date    | Exam-Description-1Z0-876-dumps    | Latest-exam-1Z0-876-Dumps    | Dumps-HPE0-Y53-exams-date    | 2017-Latest-HPE0-Y53-Exam    | 100%-Pass-HPE0-Y53-Real-Exam-Questions    | Pass-4A0-100-Exam    | Latest-4A0-100-Questions    | Dumps-98-365-exams-date    | 2017-Latest-98-365-Exam    | 100%-Pass-VCS-254-Exams    | 2017-Latest-VCS-273-Exam    | Dumps-200-355-exams-date    | 2017-Latest-300-320-Exam    | Pass-300-101-Exam    | 100%-Pass-300-115-Exams    |
http://www.portvapes.co.uk/    | http://www.portvapes.co.uk/    |