03-26-2009 12:29 AM
<config evaluator="string-compare" condition="FTP Server">
<serverEnable enabled="true"/>
<!– Run on a non-privileged port –>
<port>1121</port>
<rootDirectory>/alfresco/</rootDirectory>
<!– FTP authentication –>
<authenticator type="alfresco"/>
<!– <debug flags="File,Search,Error,Directory,Info,DataPort"/> –>
</config>
03-26-2009 04:23 AM
03-26-2009 05:46 AM
03-26-2009 09:07 PM
03-27-2009 02:41 AM
08-28-2009 03:06 PM
Re: FTP - empty directory listing
Postby MikeH on 26 Mar 2009, 08:23
Try running the server as root or making sure CIFS is working ok - it's a quirk we're looking into.
Mike
08-30-2009 08:47 PM
I have recently setup alfresco as FTP server (alfresco 3stable + ubuntu). I did have several problems but now is working. The main problem was that it seems that has to be configured as active FTP. What I did is:
- open ports 20 & 21 (or 1120 & 1121 in your case) for FTP
- open ports between 1000 and 655x5 (to allow for active FTP).
with this configuration it works Ok and filezilla works ok and display also empty directories.
08-31-2009 04:08 PM
iptables –list
Chain INPUT (policy DROP)
target prot opt source destination
ACCEPT all – anywhere anywhere
ACCEPT tcp – anywhere anywhere tcp flags:ACK/ACK
ACCEPT all – anywhere anywhere state ESTABLISHED
ACCEPT all – anywhere anywhere state RELATED
ACCEPT udp – anywhere anywhere udp spt:domain dpts:1024:65535
ACCEPT icmp – anywhere anywhere icmp echo-reply
ACCEPT icmp – anywhere anywhere icmp destination-unreachable
ACCEPT icmp – anywhere anywhere icmp source-quench
ACCEPT icmp – anywhere anywhere icmp time-exceeded
ACCEPT icmp – anywhere anywhere icmp parameter-problem
ACCEPT tcp – anywhere anywhere tcp dpt:ssh
ACCEPT tcp – anywhere anywhere tcp dpt:auth
ACCEPT icmp – anywhere anywhere icmp echo-request
DROP tcp – anywhere anywhere tcp dpts:nfs:2050
DROP tcp – anywhere anywhere tcp dpts:x11:6063
DROP tcp – anywhere anywhere tcp dpts:afs3-fileserver:7010
ACCEPT tcp – anywhere anywhere tcp dpts:1024:65535
ACCEPT tcp – anywhere anywhere tcp dpt:www
ACCEPT tcp – anywhere anywhere tcp dpt:https
ACCEPT tcp – anywhere anywhere tcp dpt:7070
ACCEPT tcp – anywhere anywhere tcp dpt:http-alt
ACCEPT tcp – anywhere anywhere tcp dpt:8100
ACCEPT tcp – anywhere anywhere tcp dpt:webmin
ACCEPT udp – anywhere anywhere udp dpt:netbios-ns
ACCEPT udp – anywhere anywhere udp dpt:netbios-dgm
ACCEPT tcp – anywhere anywhere tcp dpt:netbios-ssn
ACCEPT tcp – anywhere anywhere tcp dpt:microsoft-ds
ACCEPT tcp – anywhere anywhere tcp dpts:ftp-data:ftp
ACCEPT udp – anywhere anywhere udp dpts:20:fsp
10-05-2009 06:24 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.