Jorge Bastos | 2 Jul 2006 11:46
Picon

[Proftpd-user] Charset

Hi,
 
I wonder how charset worksin proftpd, for client that has the option "use utf8 if available", does it suport diferent charsets?
 
Jorge
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
ProFTPD Users List   <proftpd-users <at> proftpd.org>
Unsubscribe problems?
http://www.proftpd.org/list-unsub.html
Adrian Mak | 3 Jul 2006 02:28
Picon

Re: [Proftpd-user] proftpd 1.3.0 cannot use local time

I used back proftpd 1.2.10 without this problem

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
ProFTPD Users List   <proftpd-users <at> proftpd.org>
Unsubscribe problems?
http://www.proftpd.org/list-unsub.html
Lawrence Horvath | 3 Jul 2006 08:28
Picon

[Proftpd-user] reconfig with out droping users

is there any way to restart the proftpd service and reload its config
with out affecting any users that are currently upload/downloading
files, so that i can tweak the config with out interupting users.

Thanks

--

-- 
-Lawrence

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
ProFTPD Users List   <proftpd-users <at> proftpd.org>
Unsubscribe problems?
http://www.proftpd.org/list-unsub.html

Jorge Bastos | 3 Jul 2006 10:05
Picon

[Proftpd-user] Fw: reconfig with out droping users

kill -HUP `pidof proftpd`

doesn't work?

----- Original Message ----- 
From: "Lawrence Horvath" <lordsporkton <at> gmail.com>
To: <proftp-user <at> lists.sourceforge.net>
Sent: Monday, July 03, 2006 7:28 AM
Subject: [Proftpd-user] reconfig with out droping users

> is there any way to restart the proftpd service and reload its config
> with out affecting any users that are currently upload/downloading
> files, so that i can tweak the config with out interupting users.
>
>
> Thanks
>
> -- 
> -Lawrence
>
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job 
> easier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> _______________________________________________
> ProFTPD Users List   <proftpd-users <at> proftpd.org>
> Unsubscribe problems?
> http://www.proftpd.org/list-unsub.html
> 

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
ProFTPD Users List   <proftpd-users <at> proftpd.org>
Unsubscribe problems?
http://www.proftpd.org/list-unsub.html

TJ Saunders | 3 Jul 2006 20:34

Re: [Proftpd-user] Charset


> I wonder how charset worksin proftpd, for client that has the option
> "use utf8 if available", does it suport diferent charsets?

ProFTPD does not yet support UTF8 encoding of path names; it's the main
feature on which I'm working for the 1.3.1 release.

Cheers,
TJ

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

   One is held bound only by those things that oneself deems to hold one
   bound.

     -TJ Saunders

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
ProFTPD Users List   <proftpd-users <at> proftpd.org>
Unsubscribe problems?
http://www.proftpd.org/list-unsub.html

Wilson A. Galafassi Jr. | 3 Jul 2006 20:01
Picon

[Proftpd-user] ftp browsing don“t wok with explorer only in windows 2000 and 98

Hello.

I have a problem to browse my ftp server using explorer using windows 2000
and 98. Using windows xp works fine.

Can someone have some idea to help me?

Thanks

Wilson

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
ProFTPD Users List   <proftpd-users <at> proftpd.org>
Unsubscribe problems?
http://www.proftpd.org/list-unsub.html

Terje With Lunndal | 2 Jul 2006 18:44
Picon

[Proftpd-user] Can not get SQLLog to work

Greetings,

I am implementing a SQL backend on my FTP server. This is working just 
fine except for the SQLLog and SQLUserInfo directives. They simply seem 
to be ignored by ProFTPd. There are no relevant error messages as far as 
I can see in the SQLLogFile or the console output from the "-d 10" 
command line.

I am running ProFTPd/1.3.0 with mod_sql/4.2.1 and mod_sql_mysql/4.05 on 
FreeBSD 6.1-STABLE with MySQL 4.1.19.

I am attaching my config file in the hopes that someone will spot an 
error or something I have forgotten. The VirtualHost using mod_sql is at 
the end of the file.

My MySQL tables look like this:

mysql> describe users;
+------------+---------------------+------+-----+---------+-------+
| Field      | Type                | Null | Key | Default | Extra |
+------------+---------------------+------+-----+---------+-------+
| userid     | varchar(30)         |      | PRI |         |       |
| passwd     | varchar(80)         |      |     |         |       |
| uid        | int(11)             | YES  | MUL | NULL    |       |
| gid        | int(11)             | YES  |     | NULL    |       |
| homedir    | varchar(255)        | YES  |     | NULL    |       |
| shell      | varchar(255)        | YES  |     | NULL    |       |
| bytes_up   | bigint(20) unsigned | YES  |     | 0       |       |
| bytes_down | bigint(20) unsigned | YES  |     | 0       |       |
| logins     | bigint(20) unsigned | YES  |     | 0       |       |
| last_login | datetime            | YES  |     | NULL    |       |
+------------+---------------------+------+-----+---------+-------+

mysql> describe groups;
+-----------+--------------+------+-----+---------+-------+
| Field     | Type         | Null | Key | Default | Extra |
+-----------+--------------+------+-----+---------+-------+
| groupname | varchar(30)  |      |     |         |       |
| gid       | int(11)      |      |     | 0       |       |
| members   | varchar(255) | YES  |     | NULL    |       |
+-----------+--------------+------+-----+---------+-------+

Any help is gratly appreciated!
-- 
Terje With Lunndal
#
# server conf
#

MaxInstances		30
User			nobody
Group			nogroup
ServerAdmin		xxxxxxxxxxxxxxxxxx
MultilineRFC2228	on
PersistentPasswd	off
Port			21
PassivePorts		49152 65534
#Port			2121

#
# global conf
#

<Global>
  ExtendedLog		/var/log/proftpd.log auth,write
  TransferLog		NONE
  ServerIdent		on "\"What's da passvoid?\""
  IdentLookups		off
  Umask			022
  RequireValidShell	on
  DefaultRoot		~ ftp
  DisplayLogin		.login_message
  DisplayFirstChdir	.message
  <Directory /*>
    AllowOverwrite	yes
  </Directory>
  <Limit LOGIN>
    DenyUser nalle,root
  </Limit>
</Global>

ServerName	"xxxxxxxxxxxxxxxxxx"

<Anonymous ~ftp>
  User		ftp
  Group		ftp
  UserAlias		anonymous ftp
  MaxClients		5
  RequireValidShell	off
  <Limit WRITE>
    DenyAll
  </Limit>
  <Directory /local/home/ftp/incoming>
    <Limit STOR MKD>
      AllowAll
    </Limit>
  </Directory>
  <Limit LOGIN>
    Order Allow,Deny
    xxxxxxxxxxxxxxx
    Deny from ALL
  </Limit>
  DirFakeUser		on      foo
  DirFakeGroup		on      bar
</Anonymous>

<VirtualHost xxx.xxx.xxx.xxx>

  Port			xxxx
  RequireValidShell	off
  RootLogin		off
  DefaultRoot		~
  AuthOrder		mod_sql.c
  DirFakeUser		on      foo
  DirFakeGroup		on      bar

  SQLEngine		auth
  SQLLogFile		/var/log/proftpd_sql.log
  SQLAuthenticate	on
  SQLNegativeCache	on
  SQLAuthTypes		Plaintext
  SQLDefaultUID		1012
  SQLDefaultGID		1012
  SQLDefaultHomedir	/usr/local/tmp/ftptest
  SQLConnectInfo	ftp xxxxxxxxx xxxxxxxxx
  SQLUserInfo		users userid passwd uid gid homedir shell
  SQLGroupInfo		groups groupname gid members

  # Special SQL-fu
  SQLLog		PASS updatecount
  SQLNamedQuery		updatecount UPDATE "logins=logins+1 WHERE userid='%u'" users

  # Noone is allowed to overwrite files
  AllowOverwrite	no

  # Nobody but members of adm can write
  <Limit WRITE>
    AllowGroup adm
    DenyAll
  </Limit>

  # Everyone can upload into Incoming
  <Directory /usr/local/tmp/ftptest/Incoming>
    <Limit STOR MKD>
      AllowAll
    </Limit>
  </Directory>

</VirtualHost>
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
ProFTPD Users List   <proftpd-users <at> proftpd.org>
Unsubscribe problems?
http://www.proftpd.org/list-unsub.html
Lawrence Horvath | 3 Jul 2006 21:03
Picon

[Proftpd-user] bind

So after seeing the warning error when i used the bind option in my
config file, what will be used when bind is removed, how will proftpd
be able to work on only one IP, or is there a "listen" directive that
im missing? i have multiple IPs on my server and i dont wnat proftpd
running on all of them

thanks

--

-- 
-Lawrence

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
ProFTPD Users List   <proftpd-users <at> proftpd.org>
Unsubscribe problems?
http://www.proftpd.org/list-unsub.html

Nimer Yusef | 3 Jul 2006 22:50
Picon
Picon

[Proftpd-user] Problem with TLS don't know how to fix

Hello,

it is not longer possible to connect via FTPS to the server. I only allow a 
connection via FTPS. The problem occures since I changed the IP address of 
the server, but I'm not able to solve this and I'm not sure if this is really 
the reason.

I'm running a debian 3.1 with all patches.

- ProFTPD Version 1.2.10

When I try to connect from kubuntu 6.06 with KFTPGrabber the following happens

on the Server:
/var/log/syslog
Jul  3 22:36:08 213 proftpd[32126]: 192.168.0.1.hoster.de 
(port-10-02-10-71.dynamic.qsc.de[10.02.10.71]) - FTP session opened.
Jul  3 22:36:16 213 proftpd[32126]: 192.168.0.1.hoster.de 
(port-10-02-10-71.dynamic.qsc.de[10.02.10.71]) - mod_delay/0.4: delaying for 
291578791 usecs

thats all.

in KFTPGrabber:
[22:34:37] KFTPGrabber Logger initialisiert.
[22:34:37] *** Connecting to 'domain.de:21'...
[22:34:49] 220 ProFTPD 1.2.10 Server (domain.de FTP Server) [192.168.0.1]
[22:34:49] AUTH TLS
[22:34:53] 234 AUTH TLS successful
[22:34:57] USER testuser

but nothing happens

a friend of mine gets the following message on windowsxp with flashfxp
> WinSock 2.0 -- OpenSSL 0.9.7d 17 Mar 2004
> [R] Connecting to PrO -> IP=192.168.0.1 PORT=21
> [R] Connected to PrO
> [R] 220 ProFTPD 1.2.10 Server (domain.de FTP Server) [192.168.0.1]
> [R] AUTH TLS
> [R] 234 AUTH TLS successful
> [R] Connected. Negotiating TLSv1 session..
> [R] TLSv1 negotiation successful...
> [R] TLSv1 encrypted session using cipher DHE-RSA-AES256-SHA (256 bits)
> [R] PBSZ 0
> [R] 200 PBSZ 0 successful
> [R] USER testuser
> [R] 331 Password required for testuser.
> [R] PASS (hidden)
> [R] Connection failed (Connection timed out)
> [R] Delaying for 120 seconds before reconnect attempt #1

Has anybody here an idea?
I tested it again on a test server, but there it works without a problem. I 
anonymised every IP and the usernames.

If you need more information please tell me so.

I'm very happy about every hint!
  Nimer

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
ProFTPD Users List   <proftpd-users <at> proftpd.org>
Unsubscribe problems?
http://www.proftpd.org/list-unsub.html

Padiyath Sreekumaran | 4 Jul 2006 08:45
Picon
Favicon

[Proftpd-user] Restricting users to change the protection of their files/directories


   Hello,
   I want to restrict the anonymous users changing their 
   File/directory protection. I see that one anonymous user has changed
the
   Directory protection to 007 with chmod command. Since we define the
rules
   of ftp server, we likes to have that the directory/files protection
are
   not set by user.This is preventing me running scripts from ftp
account.

   The following is part of the proftpd.conf file:
  =================================================

########################################################################
######
#
############################# GENERAL SETTINGS
################################
#
########################################################################
#######

# It assumes that you have a user/group
# "nobody" and "ftp" for normal operation and anon.
ServerIdent                     off
ServerName                      "ProFTPD Default Installation"
ServerType                      standalone
DefaultServer                   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.
Umask                           022

# 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                    200

# Set the user and group that the server normally runs at.
User                            ftp
Group                           ftp

# The next entry is used to allow the client to tunnel ftp over a ssh
channel.
# On the client side you can use something like:
#   ssh -l projectname -L3000:ftp.psi.ch:21 ftp.psi.ch
AllowForeignAddress on

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

# Here we restrict every normal user on this system to do ftp
<Limit LOGIN>
        DenyAll
</Limit>

IdentLookups                    off

# Pedro 07.04.04
# Server displayed wrong time after the change to summertime
# Have a look at the FAQ. Here is an excerpt:
# "The default behaviour for ProFTPD is to display all times relative to
GMT.
#  To use local time set "TimesGMT off" in the server section of the
config."
TimesGMT off

# Loging
logformat default "%t %h %u \"%r\" %s %D"
extendedlog /data/FTPlog/proftpd.log ALL default
transferlog /var/log/proftpd.xferlog ALL default

########################################################################
#######
#
############################# ANONYMOUS SETTINGS
##############################
#
########################################################################
#######

<Anonymous /data/anonymous>

        User                            ftp

        Group                           ftp

        # We want clients to be able to login with "anonymous" as well
as "ftp"

        UserAlias                       anonymous ftp

        # Limit the maximum number of anonymous logins
        MaxClients                      200

        # We want 'welcome.msg' displayed at login, and '.message'
displayed
        # in each newly chdired directory.
        DisplayLogin                    .welcome.msg
        DisplayFirstChdir               ./.message

        # allow anonymous logins
        <Limit LOGIN>
                AllowAll
        </Limit>

        # This is the anonymous directory configuration profile

        <Directory /*>
                <Limit WRITE>
                        DenyAll
                </Limit>
        </Directory>

        <Directory PSI_outgoing>
                <Limit WRITE PORT >
                        Order deny,allow
                        Allow from XXX.XXX.,.psi.ch
                        Deny XXX.XXX.XXX.XXX
                </Limit>
                <Limit READ DIRS PORT>
                        AllowAll
                </Limit>

                <Limit ALL>
                        Allow from XXX.psi.ch
                </Limit>
        </Directory>
.
.
.
.
<Anonymous>

.
.
.
.

The problem directory is having the following protection:

ls -ld /data/anonymous/PSI_outgoing/zb_fsb_2006/2006

d------rwx   45 ftp      ftp          4096 Apr 27 19:23
/data/anonymous/PSI_outgoing/zb_fsb_2006/2006 

   Thanks in advance,
     Regards,
     Kumar 
 ------------------------------------------------------------------
Padiyath Sreekumar       |   Tel: +41.56.310.3643
Paul Scherrer Institut   |   email: kumar.padiyath <at> psi.ch
AIT                      |   Office: WHGA/U132 
WHGA/U132                |   Fax: +41.56.310.3649
CH-5232 Villigen PSI     | 
Switzerland              |
-----------------------------------------------------------------

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
ProFTPD Users List   <proftpd-users <at> proftpd.org>
Unsubscribe problems?
http://www.proftpd.org/list-unsub.html


Gmane