Hi,
I have used ftp node to connect to sftp server, but need to be able to save or read file. Any examples would be great. What is associated nodes that can be used …Read Binary file node is there, but for some reason can’t use it.
Here how to upload a file:
In this example, it gets the file to be uploaded from the internet. But it could be also any other file that can “get” binary data (Read File, Email Read IMAP, FTP, Dropbox, NextCloud, …)
And here an example of how to download the above uploaded file:
Thank you so much, will try these examples
Hey @dsuresh, I’ve also updated the documentation to include an example workflow which might be of help: FTP | Docs
How do I specify target path for sftp download operation, currently its downloading to user default path.
Do not understand. It should by default not get saved by the FTP Node anywhere. It should only end up as binary data in the workflow. You can then “use” that binary data with the"Write Binary File" Node and save it wherever you want.
My bad. I saw a file, thought it was downloaded from ftp node.
No problem. Great to hear that you figured it out.