Is there a method within Workflow 9 scripting to issue an ftp connection so I can copy a document stored in the repository?
Louis-Simon
Is there a method within Workflow 9 scripting to issue an ftp connection so I can copy a document stored in the repository?
Louis-Simon
I have not done this but my first thought is that it is certainly 'doable'. I would export the document out of LF to have a clean copy and then I would script the FTP access, then delete the local copy of the file.
FYI - Any functionality available in the .NET libraries can be incorporated into a workflow script. A quick MSDN search show this code snippet to upload a file to an FTP site http://msdn.microsoft.com/en-us/library/ms229715%28v=vs.110%29.aspx
If you need help with specifics I can try to throw together some scripts to test this out...