LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 12-01-2004, 02:14 AM   #1
takatam
LQ Newbie
 
Registered: Apr 2004
Location: Zürich, Switzerland
Posts: 17

Rep: Reputation: 0
Question proftp: how to configure to have popup-login when using browsers


i'm trying to setup an ftp server such that a specific user (or group) can download files (locked into a specific directory) while others can also upload data into this directory. this works quite well so far, except that i can't get it to work nicely when using a browser.

when doing ftp://192.168.0.1 then i get a popup message saying: 530 Login Incorrect. how can i configure proftp to prompt me with a login-popup so that i can enter username and password? which keyword/parameter do i need to set? or is this a client issue?

i know it can be done using user@192.168.0.1 but i'd like to make it easier for the users.

thanks for the help,

T

******************************
here's my proftpd.conf:

# This is a basic ProFTPD configuration file (rename it to
# 'proftpd.conf' for actual use. It establishes a single server
# and a single anonymous login. It assumes that you have a user/group
# "nobody" and "ftp" for normal operation and anon.

ServerName "FTP Server"
ServerType standalone
DefaultServer on

# Allow FTP resuming.
# Remember to set to off if you have an incoming ftp for upload.
AllowStoreRestart on

# Port 21 is the standard FTP port.
Port 21

# Umask 022 is a good standard umask to prevent new dirs and files
# from being group and world writable.
# ch: 24.11.04: don't want ppl to write
Umask 222

# To prevent DoS attacks, set the maximum number of child processes
# to 30. If you need to allow more than 30 concurrent connections
# at once, simply increase this value. Note that this ONLY works
# in standalone mode, in inetd mode you should use an inetd server
# that allows you to limit maximum number of processes per service
# (such as xinetd).
MaxInstances 15

# Set the user and group under which the server will run.
User nobody
Group nogroup

# Normally, we want files to be overwriteable.
<Directory />
AllowOverwrite on
</Directory>

# Needed for NIS.

PersistentPasswd off

# Default root can be used to put users in a chroot environment.
# As an example if you have a user foo and you want to put foo in /home/foo
# chroot environment you would do this:
#
# put all users of the group guestg into /data/ftp
DefaultRoot /data/ftp guestg

# ch: 23.11.2004
ServerIdent off
DisplayLogin /etc/proftp.loginmsg
AccessGrantMsg "Access granted for %u."
# allow resume downloads
AllowRetrieveRestart
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
ProFTP login paul_mat Slackware 17 05-05-2005 06:57 PM
configure proftp for the local network only regisG Linux - Networking 1 09-04-2004 03:38 AM
Allow ProFTP login but prevent local login? sorrodos Linux - Networking 2 06-23-2004 01:56 PM
Constant login popup with htaccess and php once Linux - General 2 05-21-2003 01:16 PM
ProFTP Login Error johnrudnick Linux - Networking 1 12-16-2002 04:49 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 05:42 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration