Can anyone see anything wrong with this syntax:
Shell ("C:\WINNT\SYSTEM32\FTP.EXE -V -N -S: PUT C:\LABELS\115M34.TXT 172.16.7.10")
I am trying to send the file C:\LABELS\115M34.TXT to the device with a TCP/IP address of 172.16.7.10 and it just does not work. No error messages are being produced, it just does not work. I am using Windows 2000 SP4 and Access 2000 VBA. Thanks so very much for any suggestions.
Shell ("C:\WINNT\SYSTEM32\FTP.EXE -V -N -S: PUT C:\LABELS\115M34.TXT 172.16.7.10")
I am trying to send the file C:\LABELS\115M34.TXT to the device with a TCP/IP address of 172.16.7.10 and it just does not work. No error messages are being produced, it just does not work. I am using Windows 2000 SP4 and Access 2000 VBA. Thanks so very much for any suggestions.