I got this error open local file: open file.txt: no such file or directory
I also have tried to provide the full path and some variations, but got same error.
How do I know where my local base path is?
I’m assuming that the SFTP assumes some base directory as root. Is that my current working dir when I run the Fly ssh sftp? I tried the path assuming that didn’t work either.
I just tried running fly ssh sftp shell in the same directory as my fly.toml file. I copied a folder in the directory with put test.txt test.txt and it transferred fine.
Maybe try prepending the command with “LOG_LEVEL=debug” to get some more logging?