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
Free Guide: Managing storage for virtual environments
Complete a brief survey to get a complimentary 70-page whitepaper featuring the best methods and solutions for your virtual environment, as well as hypervisor-specific management advice from TechTarget experts. Don’t miss out on this exclusive content!
Discuss This Question: