Welcome, Guest. Please login or register.

Author Topic: ProFTPD  (Read 1308 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline orangeTopic starter

  • Hero Member
  • *****
  • Join Date: Dec 2003
  • Posts: 2796
    • Show only replies by orange
ProFTPD
« on: April 30, 2006, 04:58:29 PM »
How do you create group in /etc/groups ???
 :-?  :-?  :-?

I cannot find any help for Amiga port, everything is for Linux..
Better sorry than worry.
 

Offline Failure

  • Lifetime Member
  • Sr. Member
  • ****
  • Join Date: Jun 2004
  • Posts: 332
    • Show only replies by Failure
    • http://awhitlock.net/
Re: ProFTPD
« Reply #1 on: April 30, 2006, 05:31:22 PM »
Are you talking about the AmiTCP:db/group file?  If so, to add a group you just mimic what is already in the file.  Like:
[color=0000ff]
Code: [Select]
newgroup|*|1000|someuser[/color]Where someuser is a member of newgroup.
You can\'t spell evil without "vi"
AMIX Wiki | AmixBP
 

Offline orangeTopic starter

  • Hero Member
  • *****
  • Join Date: Dec 2003
  • Posts: 2796
    • Show only replies by orange
Re: ProFTPD
« Reply #2 on: April 30, 2006, 06:19:08 PM »
thanks, but thats not it. proftpd is a ftp server ported from linux to Amiga, it has its own user/group (not quite sure about that, though)
I already tried copying amitcp:db/group to usr:
but it didnt work.

Inside proftpd.lha there seems to be test configuration and test group (filename=PFTEST.group):

proftpd:*:666:



but its hard to mimic that, any idea?

EDIT:it seems that on linux there is a special program called 'ftpasswd' that creates passwords and groupfile.
"of course" it has not been ported, bah
has anyone managed to run this piece of $hit on Amiga???

Better sorry than worry.
 

Offline xeron

  • Hero Member
  • *****
  • Join Date: Mar 2002
  • Posts: 2533
    • Show only replies by xeron
    • http://www.petergordon.org.uk
Re: ProFTPD
« Reply #3 on: April 30, 2006, 08:23:29 PM »
Have you tried rc-ftpd? its written specifically for the amiga and has a nice easy mui gui.
Playstation Network ID: xeron6
 

Offline buzz

  • Hero Member
  • *****
  • Join Date: Mar 2002
  • Posts: 612
    • Show only replies by buzz
Re: ProFTPD
« Reply #4 on: April 30, 2006, 08:27:44 PM »
ftpasswd is perl so if you have perl installed on the amiga you can use it. However, I don't think the amiga port of proftpd will work in standalone daemon mode (Due to relying on fork() ), but only from inetd, which means for each connection you are going to loose a huge chunk of ram.

You are much better off to run rc-ftpd as suggested.
 

Offline orangeTopic starter

  • Hero Member
  • *****
  • Join Date: Dec 2003
  • Posts: 2796
    • Show only replies by orange
Re: ProFTPD
« Reply #5 on: May 05, 2006, 04:38:13 PM »
unfortunately RC-FTPd wont work even from localhost, gives error:
"file unavailable"
 :-(  :-(  :-(

edit: all of sudden it works! woohoo!
 :roflmao:
Better sorry than worry.