FTP File Transfer
Hi,
In v7 of Metastorm, I was able to execute a run command as follows:
%Run("FTP.EXE"," -s:C:\BATCH_FTP.SCR")
The .SCR file had all of the connection information as well as the file information that needed to be transferred.
In v9 I am sure something similar would be included, but I have been unable to find a similar Run command to perform this function.
Any information woudl be appreciated.
Thanks,
Harry
Comments
-
You can execute applications from .NET with Code Activity:
http://msdn.microsoft.com/en-us/library/ccf1tfx0.aspx
http://msdn.microsoft.com/en-us/library/system.diagnostics.process.standardoutput.aspx
0 -
Looks like i found my own answer. Quite simple, really.
System.Diagnostics.Process.Start("C:\\Windows\\System32\\ftp.exe","-s:C:\\BATCH_FTP_COMMANDS.TXT");
I created a text file using "WriteToFile" that held my FTP commands and and this worked!
-Harry
0
Categories
- All Categories
- 123 Developer Announcements
- 54 Articles
- 155 General Questions
- 149 Thrust Services
- 57 Developer Hackathon
- 37 Thrust Studio
- 20.6K Analytics
- 4.2K AppWorks
- 9K Extended ECM
- 918 Core Messaging
- 84 Digital Asset Management
- 9.4K Documentum
- 33 eDOCS
- 190 Exstream
- 39.8K TeamSite
- 1.7K Web Experience Management
- 10 XM Fax
- Follow Categories