vadi raj | 19 Sep 2008 21:26
Picon
Favicon

[ucarp] FTP-issue,Need Help

Dear All,

Please can any one help me to run this all types ftp in different ports?

FTP
SFTP -SSH File Transfer Protocal
FTPS -FTP over implicit TLS/SSL
FTPES-FTP over explicit TLS/SSL

And also can want to know how to integrate SFTP to SSH.

I was keep trying this all option from past 3 days…I am not able to do it. I need to implement this ASAP. 
Please help me.

I will be waiting for your replay to this mail.

Regards and Thanks,
Vadiraj

      
Jim Li | 9 Jan 2006 20:27
Picon

Question on PURE-FTP


Hi there,

Could anyone help me on if PURE-FTPD supports "normal" mode in terms of
login and file transfer? I.e. does PURE-FTPD support only the "secure" mode?

If I want PURE-FTPD to support "normal" login and file transfer, how can I
do it?

Thanks in advance.

Jim

---------------------------------------------------------------------
To post a new message, e-mail: list <at> pureftpd.org
To unsubscribe, e-mail: list-unsubscribe <at> pureftpd.org
For additional commands, e-mail: list-help <at> pureftpd.org

Bart Kelsey | 31 Jan 2006 03:45
Picon
Favicon

[ERROR][Address already in use]?

Hello,

I've been struggling to get my ftp server configured correctly for
over a week. The following message appears in the PureFTP
Manager log (Mac OS 10.2.8):

Jan 26 21:06:39 bvk2's-Computer pure-ftpd: (? <at> ?) [ERROR]
Unable to start a standalone server: [Address already in use]

When I use Fetch, the following error is displayed:
Error: the server dropped the connection (it may be too busy).

I have FTP access ticked in the Mac OS firewall settings:
FTP access (20-21 or 1024-65535 from 20-21)
However, when I run the Network Utility program>Port Scan tab,
there are only two open ports: 21 and 139
Even when I open a new port in the Mac's Firewall tab > New > eg.
port 20, Port scan doen't show the new port is open.

FTP access is not blocked by service filtering in the modem/
router's firewall settings.

I've set up port-forwading on ports 20 and 21, to 10.1.1.2. (LAN
IP of my computer). I thought that it might work if I could change
the port to 1025 for port forwarding, however under settings in
PureFTP Manager >pure-ftpd listens on port: 21 is inactive and
cannot be changed.

Could anyone please offer a solution to this problem?

(Continue reading)

Maurice Volaski | 31 Jan 2006 03:25
Favicon

[Q] What is the "Transport endpoint is not connected" error mean?

I've been seeing entries like this in my log lately:

Jan 30 20:42:45 [pure-ftpd] (? <at> ?) [ERROR] Unable to identify the 
local socket: Transport endpoint is not connected

I am running on Gentoo with Gentoo-packaged pure-ftpd-1.0.20-r1. 
IPtables is running and is configured to track and allowing incoming 
FTP connections.

I just tried retrieving a file from the server and it worked without a problem.
--

-- 

Maurice Volaski, mvolaski <at> aecom.yu.edu
Computing Support, Rose F. Kennedy Center
Albert Einstein College of Medicine of Yeshiva University

---------------------------------------------------------------------
To post a new message, e-mail: list <at> pureftpd.org
To unsubscribe, e-mail: list-unsubscribe <at> pureftpd.org
For additional commands, e-mail: list-help <at> pureftpd.org

Jarek | 30 Jan 2006 12:53
Picon

Re[8]: pure-ftpd logging

Hello again :)

Thanks for claryfying on the situation.
I've creted some rules (in uplaodscirpt) so those rules would log the date, VUSER and
filename(dirname) so I know who crated the dir :)

Well, it works now as I wanted it to work :)
thanks again !

Jarek
---------------------------------------
>     Hi Jarek :)

>  * Jarek <hugle <at> vkt.lt> dixit:
>> Well, I have tried different combinations..
>> but patch seems not to work for me .. (applied to pure-ftpd-1.0.20)
>> 
>> I launch pureftpd like:
>> /home/hugl3/ftpserver/pure-test/src/pure-ftpd -K -o -A -c20 -B -C2 -fnone -H -I3 -L480:3 -l
mysql:/etc/pureftpd-mysql.conf -U133:000 -u100 -Ow3c:/var/log/xferlogs/pureftpd-w3c.log -k99
-4 -0 -E
>> /home/hugl3/ftpserver/pure-test/src/pure-uploadscript -r
/home/hugl3/ftpserver/uploadscript -B
>> FTPD works fine, uplaod script aswell.
>> 
>> But I have created a dir called test
>> and it didn't appear in logs ...
>> maybe I'm missing something ?

>     Yes ;) The patch only gives the directory name to the
(Continue reading)

Bart Jan Buijs | 30 Jan 2006 00:30

Feature request. Stored procedure support for authentication using MySQL

Hello everybody,

I would like PureFTPD to support stored procedures for authentication using MySQL.
So that in pureftpd-mysql.conf you can do something like:

MYSQLGetPW           CALL db.getpw("\L","\R");

Awaiting any replies.

Greetings,

Bart Jan Buijs

---------------------------------------------------------------------
To post a new message, e-mail: list <at> pureftpd.org
To unsubscribe, e-mail: list-unsubscribe <at> pureftpd.org
For additional commands, e-mail: list-help <at> pureftpd.org

Gerard Seibert | 29 Jan 2006 16:34
X-Face

ClamAV module

I see that there is a ClamAV module for ProFTPD
<http://www.uglyboxindustries.com/open-source.php>. I was wondering if
there is anything like it for pure-ftpd also?

--

-- 
Gerard Seibert
gerard <at> seibercom.net

---------------------------------------------------------------------
To post a new message, e-mail: list <at> pureftpd.org
To unsubscribe, e-mail: list-unsubscribe <at> pureftpd.org
For additional commands, e-mail: list-help <at> pureftpd.org

kalyan kumar | 28 Jan 2006 07:17
Picon
Favicon

Re: list Digest 25 Jan 2006 12:04:55 -0000 Issue 702

i have got suse10 and use pure-ftpd
what i want is
1. restrict the max no of connection to 5
2. create 2 users say user1 and user2
3. configure the server such that user1 can not have more than 3
simultaneous connection and user2 cannot have more than 2 simultaneous
connection

so i did the following
1.* kalyan:/home/kalyan # groupadd ftpgroup*
2. *kalyan:/home/kalyan # useradd -g ftpgroup -d /etc/pure-ftpd -s /etc
ftpuser*
3.i  added the following to /etc/init.d/boot.local file
 * /usr/sbin/pure-ftpd -j -A -b -B -c 5 -C 1 -E -R -X -I 3 -K -O
clf:/var/log/pureftpd.log -l puredb:/etc/pure-ftpd/pureftpd.pdb
*4.then created user "user1" as follows
  *kalyan:/home/kalyan # pure-pw useradd user1 -u ftpuser -d
/srv/ftp/pub/ -t 3000 -y 3
  Password:
  Enter it again:
  kalyan:/home/kalyan # pure-pw mkdb
*5.similarly i created  user2 with -y 2

but the problem is user1 can still have more than 3 connection :'(
pls help me out
*
*
PT | 27 Jan 2006 05:47

LDAP problem - FTPStatus ignored on LDAP filter?

Hello,

I am using LDAP for virtual users.
The pureftp-ldap.conf has included a line like:

LDAPFilter (&(objectClass=MailAccount)(mail=\L)(FTPStatus=TURE))

However, the FTPStatus attr. has been ignored.
It seems that it only looking for TRUE/enabled value.

For the line:
LDAPFilter (&(objectClass=MailAccount)(mail=\L))

It also assumed that the FTPStatus value is TRUE

Please help since I just want to have a ftp platform to ignore the check of FTPStatus.

thanks
Patrick

Aurelien Barrere | 26 Jan 2006 13:59
Favicon

Oracle and pure-authd mechanism

Hi,

I have password stored to an Oracle db
I wish to deleguate account authentication to an Oracle database instead 
of unix account or puredb...

So I am using the pure-authd method

Do I need to write a shell or perl script to retrieve oracle password 
and store them into a file and pass it to the pure-authd daemon to 
authenticate or do i have the ability to directly pass the argument to 
pure-authd daemon ?

Thanks in advance for your response

--

-- 
Aurelien BARRERE

---------------------------------------------------------------------
To post a new message, e-mail: list <at> pureftpd.org
To unsubscribe, e-mail: list-unsubscribe <at> pureftpd.org
For additional commands, e-mail: list-help <at> pureftpd.org

Whit Blauvelt | 25 Jan 2006 17:23
Favicon

Any plans for RFC2228 support?

A client's customer wants to download their data via the RFC2228 standard
(both channels encrypted, if I read it right). Are there any plans to
support it? If not, are there flaws in that standard, or is it just too much
work to incorporate?

Thanks,
Whit

---------------------------------------------------------------------
To post a new message, e-mail: list <at> pureftpd.org
To unsubscribe, e-mail: list-unsubscribe <at> pureftpd.org
For additional commands, e-mail: list-help <at> pureftpd.org


Gmane