how to add user and folder using proftpd

Asked by Fred

Please help

how to add user and folder using proftpd.?

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
Harvey Muller
Solved:
Last query:
Last reply:

This question was reopened

  • by Fred
Revision history for this message
Fred (f-pagador) said :
#1

how can i add user and folder using proftpd on ubuntu server 8.04 lts

Revision history for this message
Bhavani Shankar (bhavi) said :
#2

sudo useradd userftp -p your_password -d /home/FTP-shared -s /bin/false
sudo passwd userftp

/home/FTP-shared is your folder

Regards

Revision history for this message
Bhavani Shankar (bhavi) said :
#3
Revision history for this message
Fred (f-pagador) said :
#4

@Bhavani Shankar

thanks for the information that you provide, anyway what part of the conf file of proftpd that i can edit and configure the folders can you please show me at least few sample.

Revision history for this message
Bhavani Shankar (bhavi) said :
#5

Hello Fred:

For extensive configuration information please refer:

http://www.proftpd.org/docs/directives/linked/by-name.html

Regards

Revision history for this message
Best Harvey Muller (hlmuller) said :
#6

Fred,

I am checking to see if the information provided previously resolved your question. If so, please mark this question Solved.

Thanks!

Harvey

Revision history for this message
Fred (f-pagador) said :
#7

Thanks Harvey Muller, that solved my question.

Revision history for this message
Fred (f-pagador) said :
#8

thank you pretty much appreciated the answer. thank you

Revision history for this message
Fred (f-pagador) said :
#9

Thanks Harvey Muller, that solved my question.