Open tadvaas opened 1 month ago
sftp support has not been implemented yet. It will be available in the upcoming release.
For anyone looking sftp support for v2024.02.2_26.0_x86-64_0.37 to upload files on completion:
lftp="set sftp:auto-confirm yes; open sftp://user:pass@host; cd /home/shredos/data/; mput .pdf; mput nwipe_.txt"
In case of the need to separate the log files from PDF reports:
lftp="set sftp:auto-confirm yes; open sftp://user:pass@host; cd /home/shredos/reports/; mput .pdf; cd /home/shredos/logs/; mput nwipe_.txt"
When it comes to shredos_config="", is there a SFTP support for that yet? I can see that the command uses LFTP to fetch the config files from remote server? Any way to supply additional parameters?
I'm currently testing a sftp update for both sending pdfs/logs using shredos_output and importing .conf and customers files using shredos_config.
That's great. Just want to thank you for developing this software, it really is great. If you have any alphas to run, please do let me know. Any ideas when is the new release coming out?
No documentation on how to use sftp to send pdf reports to remote server on port 22.
Tried shredos_output="protcol:IP_address:path:username:password:debug" does not work with protocol set as sftp, lftp seems to not work when it comes to sftp