I am trying to get a file uploaded to a server with FTP. There are lots of discussions about it but I seem to be stuck on the basics. It seems that ftp.exe is a program that is part of the Windows operating system...correct? It also seems that, to write code that will use FTP, ftp.exe must somehow be invoked...correct? I have seen references to using a shell file like this: Shell("ftp.exe -s:" & FtpFilePath & "ftpfile.bat", vbHide)
I wonder if anyone could shed some light on what this means.
I wonder if anyone could shed some light on what this means.