5 pts.
 What is the syntax for extracting an attached file to a server?
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

Answer Wiki:
Last Wiki Answer Submitted:  Be the first to answer this question.
All Answer Wiki Contributors:  Be the first to answer this question.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _