One way or another I need to FTP something from my ASP script. Right now I create the file (which I will FTP), then create a batch file (containing FTP commands), then run the FTP.exe (that comes with MSDOS!) through WSH. And I pass the name of the batch file i.e. "FTP -s: batch.bat" Where it goes after that, nobody knows ...
But isn't this some kind of a Rube Goldberg contraption? Is there no easier way to FTP a file?
But isn't this some kind of a Rube Goldberg contraption? Is there no easier way to FTP a file?