cancel
Showing results for 
Search instead for 
Did you mean: 
1 Reply
StefanT-Xerox
FreeFlow User

Re: Save to SFTP in Version 6.0?

It is read only. From the Help guide:

• SFTP: To access, type the path in the location field. Ensure that the URI is URL-encoded and the credentials are in the URI. SFTP access is read only. For example, http://sftpuser:password@Server/MyFile.pdf

You could try using a script instead in an External Process. For instance you could use https://winscp.net/eng/index.php. Please see post marked in green here:

https://forum.support.xerox.com/t5/FreeFlow-Core/FFC-v5-4-2-MAX-Standard-folder-gt-ftp-path-not-allo...

The script found there shows an example for downloading a file using PowerShell, but you can generate the code for uploading instead. In essence change:

$session.GetFiles

to

$session.PutFiles

/Stefan

0 Kudos

Save to SFTP in Version 6.0?

I was readingthe release nots for Version 6.0 that we are currently scheduling for install. I read this:

     SFTP and HTTPS Locations for File System Operations/MAX

     • HTTPS and SFTP paths now be used to specify the location for file system operations accessed by
     FreeFlow Core. These paths can also be used with Manifest Automation from Xerox (MAX) to
     reference the location of files for processing.

And was wondering... Does this mean That I could use an SFTP path in a save node and automatically save the PDF to the SFTP server? Thanks -Brass

 

0 Kudos