Answered
CFFTP: OK here, not there.
Hello everyone,
I have a problem with a CFFTP code. It runs smooth from one server, but fails from another (where I have to develop it further into FTPS).
The error message I get is:
coldfusion.oroinc.net.ftp.FTPConnectionClosedException: FTP response 421 received. Server closed connection..
I did look up the 421 error code for FTP. It doesn't really say that much.
This is the actual tag where it get stuck:
<cfftp action="OPEN" username="xxx" server="xxx" port="21" password="xxx" connection="ftp">
I tried it with a passive connection (I read that somewhere in the connection with the 421 code) but that doesn't change anything.
Does anybody around here have an clue what the problem might be?
Thanks in advance.
Adrian
I have a problem with a CFFTP code. It runs smooth from one server, but fails from another (where I have to develop it further into FTPS).
The error message I get is:
coldfusion.oroinc.net.ftp.FTPConnectionClosedException: FTP response 421 received. Server closed connection..
I did look up the 421 error code for FTP. It doesn't really say that much.
This is the actual tag where it get stuck:
<cfftp action="OPEN" username="xxx" server="xxx" port="21" password="xxx" connection="ftp">
I tried it with a passive connection (I read that somewhere in the connection with the 421 code) but that doesn't change anything.
Does anybody around here have an clue what the problem might be?
Thanks in advance.
Adrian