pulling a file from remote machine never finishes #245
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Describe the current behavior
abra hangs when pulling a file from a remote machine
Steps to reproduce
abra app cp <appname> app:/entrypoint.sh entrypointapp is a newly deployed traefik instance
Describe the expected behavior
pull the file
Any idea how this might be fixed?
nope
Additional information
Could reproduce this ☺️
abra app cp <appname> app:/entrypoint.sh entrypointdoes hang for me butabra app cp <appname> app:/entrypoint.sh .does not whereentrypoint->.which is a path. It seems to hang becauseentrypointis not an existing folder on the local file system.Idk what is causing the root of that issue but I'll add a check for the existence of the local path and expand the documentation for this command.
The remote case does work.
Should be fixed now, lemme know if not 👍
Lemme know if this is still happening, closing for now 🌇
ah sorry i misunderstood the cp syntax. I thought I have to specify the file name for local download, not a directory. Then it's working fine!