Tagged Questions
0
votes
2answers
2k views
How to copy file to remote server in Lotusscript
I want to create a Lotus Notes agent that will run on the server to generate a text file. Once the file is created, I need to send it to a remote server.
What is the best/easiest way to send the file ...
0
votes
1answer
1k views
Upload TXT or CSV file Using WinHTTP and LotusScript
'Declare long
Dim lng_resolveTimeout, lng_connectTimeout, lng_sendTimeout,
lng_receiveTimeout As Long
'Declare integer
Dim int_serverCredentials As Integer
'Declare variants
Dim var_submitObject As ...