Hi I am writing a script to automate the loading of rom.bin over an FTP connection between Digi Connect ME 9210s on Dev boards from a PC running Windows 7. My exact Digi right now is DC-ME-01T-C. My Perl code loads a custom (the author is no longer in my group) Net OS image without issue, then deselects DHCP, assigns an IP address, subnet mask and Gateway to the Digi on the dev board through a serial connection. After, I am able to ping the device from a command prompt but am unable to open an FTP session to load the corresponding rom.bin (loading the same image from netosprog.exe and setting the IP, etc from a terminal emulator yields the same results). Before the image is loaded, I can open an FTP session, using the default UN and PW but when the OEM image is overwritten I can no longer establish an FTP connection. Is there a simple parameter I am over looking setting in the handshake process that enables FTP sessions, or a flag I need to set or some sort of authorization I have to grant? Trying to avoid having to snake leads into the digi's in our lab that are wired to controllers to see how the handshake occurs there. Thank you for any help