I am currently trying to send a file from my controller to my FTP server but I get this error: ERROR = FTP_STACK_ERROR
I have tried with two different FTP. Do you know where it could come from?
Thank you
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
What are the FTP server and controler IP's ? Because I had that problem when my controler (with IP 192.168.1.223) tried to reach a FTP server (with IP 10.0.0.7) applying a subnet mask 255.255.255.0.
With those IP's, the controler is unable to reach the server since the controler can only reach addresses like 192.168.1.XXX if applying the 255.255.255.0 mask.
Make sure the IP addresses are ok.
Hope I could help.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Is a direct connection with your FTP server? Does your FTP server have a firewall that may be blocking FTP? Some people use windows as their remote FTP server and the firewall needs to be disabled for those communications.
Also, make sure your IP Addresses and Subnet Masks are all in the proper ranges.
IP: xxx.xxx.xxx.1 - 254
SUB: 255.255.255.0
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I am currently trying to send a file from my controller to my FTP server but I get this error: ERROR = FTP_STACK_ERROR
I have tried with two different FTP. Do you know where it could come from?
Thank you
Hi,
I had the same error.
What are the FTP server and controler IP's ? Because I had that problem when my controler (with IP 192.168.1.223) tried to reach a FTP server (with IP 10.0.0.7) applying a subnet mask 255.255.255.0.
With those IP's, the controler is unable to reach the server since the controler can only reach addresses like 192.168.1.XXX if applying the 255.255.255.0 mask.
Make sure the IP addresses are ok.
Hope I could help.
I've got the same problem, but all the parameters in my PLC are correct...
Does anyone have any idea?
Is a direct connection with your FTP server? Does your FTP server have a firewall that may be blocking FTP? Some people use windows as their remote FTP server and the firewall needs to be disabled for those communications.
Also, make sure your IP Addresses and Subnet Masks are all in the proper ranges.
IP: xxx.xxx.xxx.1 - 254
SUB: 255.255.255.0