Ok, different but non-lethal FTP problem with the latest CloudMan FTP server. I can't seem to be able to get my clients (either command-line FTP from Mac OSX or FileZila running on mac OSX) stably connect to the server. Only if I turn to active transfer that I'm able to get it work. I first thought that this was intentional but I don't think it is as:
From the proFTPd config file (/usr/proftpd/etc/proftpd.conf), the passive ports are set to PassivePorts 30000 30100.
From the CloudMan security groups initialized at start up, the TCP pots 30000-30100 are open to all inbound traffic:
- {
- "ToPort": 30100,
- "IpProtocol": "tcp",
- "IpRanges": [
- {
- "CidrIp": "0.0.0.0/0"
- }
- ],
- "UserIdGroupPairs": [],
- "FromPort": 30000
- },
However, I still can't successfully connect to the server unless I turn the transfer to active mode. Can't seem to figure out what my issue is here.
Any help would be appreciated (unless again this is by design).
Thanks
This is a distinct issue from the others reported about Cloudman and FTP. We are investigating.