joepeacock
Programmer
Hello,
[ignore]My server is connected to a client through a VPN. We are attempting to send a file to an FTP server in the client's network using CFFTP. Using an FTP client, we are able to connect to the FTP server from our server while connected to the VPN and we are able to transfer files, etc. with no problems.[/ignore]
However, using the following code:
<cfftp action="putfile" remotefile="#thisfilename#" localfile="f:\onlinecomponents\admin\orderfiles\#thisfilename#" server="192.172.0.21" username="#uname#" password="#pword#">
we get the following error:
[ignore]cfftp.errorcode = 15
cfftp.errortext = 501 IP Address for data destination doesn't match client's.
cfftp.succeeded = NO[/ignore]
When we try to do the same thing to an FTP server on our LAN, we have no problem.
Any ideas? Do I need to add more to the CFFTP code to specify the VPN connection?
We are Using CF 5.0.
Thanks,
Joe
[ignore]My server is connected to a client through a VPN. We are attempting to send a file to an FTP server in the client's network using CFFTP. Using an FTP client, we are able to connect to the FTP server from our server while connected to the VPN and we are able to transfer files, etc. with no problems.[/ignore]
However, using the following code:
<cfftp action="putfile" remotefile="#thisfilename#" localfile="f:\onlinecomponents\admin\orderfiles\#thisfilename#" server="192.172.0.21" username="#uname#" password="#pword#">
we get the following error:
[ignore]cfftp.errorcode = 15
cfftp.errortext = 501 IP Address for data destination doesn't match client's.
cfftp.succeeded = NO[/ignore]
When we try to do the same thing to an FTP server on our LAN, we have no problem.
Any ideas? Do I need to add more to the CFFTP code to specify the VPN connection?
We are Using CF 5.0.
Thanks,
Joe