Hello, has anyone used the sftp functionality to s...
# suitescript
p
Hello, has anyone used the sftp functionality to send files from the file cabinet? If so how well has it worked? I need to get the files from our file cabinet created that day and send them to a SFTP site. Thank you.
c
Yes, works just fine. Only a couple of lines of code to do so too
p
can it leverage a personal key versus a password for the site?
c
yup
p
thanks.