You are viewing limited content. For full access, please sign in.

Question

Question

Workflow ftp SDK Script?

asked on March 14, 2014

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

0 0

Answer

SELECTED ANSWER
replied on March 14, 2014

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...

0 0
replied on March 18, 2014

Very helpful info Cliff... Thanks!

0 0

Replies

replied on March 17, 2014

A script like Cliff suggested would be the most straight forward way.

 

I'll add an item for the future to include FTP support to the web request activity.

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.