I'm trying to implement FTPGET for the first time. Windows 10 PC hosting FTP via IIS. Windows Firewall disabled. PC connected directly to switch with PLC.
192.168.140.51 Port 29298(0x7272),05/21/21 02:20:57.690 ,"File wasn't found in FTPGET @00000200"
192.168.140.51 Port 29298(0x7272),05/21/21 02:20:57.689 ,"Disconnecting FTP..."
192.168.140.51 Port 29298(0x7272),05/21/21 02:20:57.689 ,"125 Data connection already open; Transfer starting."
192.168.140.51 Port 29298(0x7272),05/21/21 02:20:57.689 ,"FTP data port connected!"
192.168.140.51 Port 29298(0x7272),05/21/21 02:20:57.689 ,"Connecting FTP data port..."
192.168.140.51 Port 29298(0x7272),05/21/21 02:20:57.689 ,"RETR test.csv.."
192.168.140.51 Port 29298(0x7272),05/21/21 02:20:57.688 ,"200 PORT command successful."
192.168.140.51 Port 29298(0x7272),05/21/21 02:20:57.688 ,"PORT 192,168,140,51,4,13.."
192.168.140.51 Port 29298(0x7272),05/21/21 02:20:57.688 ,"230 User logged in."
192.168.140.51 Port 29298(0x7272),05/21/21 02:20:57.688 ,"PASS .."
192.168.140.51 Port 29298(0x7272),05/21/21 02:20:57.688 ,"331 Anonymous access allowed, send identity (e-mail name) as password."
192.168.140.51 Port 29298(0x7272),05/21/21 02:20:57.688 ,"USER anonymous.."
192.168.140.51 Port 29298(0x7272),05/21/21 02:20:57.687 ,"220 Microsoft FTP Service"
192.168.140.51 Port 29298(0x7272),05/21/21 02:20:57.687 ,"FTP connected!"
192.168.140.51 Port 29298(0x7272),05/21/21 02:20:57.687 ,"Connecting to FTP server..."
This is trying to place the file on the RAM. It results in a file being created, but of 0KB. I have occasionally gotten actual data in the test file, but not with a FTPGET success bit. Always an error bit.
Trying to do FTPPUT from RAM to server also gives a similar result, a file is transferred, but it says File wasn't found in FTPUT and error bit is set.
Any ideas?