I am using LotusScript to extract a file from an email message. I am having problems with the syntax that should be used to extract a file to a server. An example of my code is as follows:
destinationFileName = "http://123.456.789.0/Root/tmp/LCESALES/" + lname
With objFTP
.PutFile destinationFileName, lname, FTP_TRANSFER_TYPE_BINARY
End With
I keep getting the error, "Notes Error: File cannot be created (123.456.789.0/Root/tmp/LCESALES/" + lname)"
Thanks - Kevin
Software/Hardware used:
ASKED:
November 14, 2008 8:45 PM
UPDATED:
November 14, 2008 9:14 PM