Milan Kaneria
Milan Kaneria
Version 1.3 has many path related fixes and I would not recommend to downgrade the version. Please try the following: 1. Use relative path for local path `local-path: ./asset` 2....
@Djontleman `put -O` option sets the base directory so upload files should only have filename without any path prefix. >What that says to me is that if local_path_unslash is anything...
I have merged @Djontleman PR which fixes this issue.
Try setting `debug` input which will show verbose logs of FTP connection.
https://github.com/milanmk/actions-file-deployer?tab=readme-ov-file#inputs
Please share the [entire log](https://docs.github.com/en/actions/monitoring-and-troubleshooting-workflows/using-workflow-run-logs#downloading-logs) for the workflow.
Sorry I could not figure out what is causing the SSH transfer to fail.
This is unusual error. Try enabling `debug` input which should show verbose output of FTP commands.
Please check if `sync` input value does not have leading/trailing space.
Could you please share action log after enabling `debug` input parameter.