Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Symbolic link commands missing #3

Open
ludup opened this issue May 31, 2023 · 1 comment
Open

Symbolic link commands missing #3

ludup opened this issue May 31, 2023 · 1 comment

Comments

@ludup
Copy link
Contributor

ludup commented May 31, 2023

You cannot perform symbolic linking with the client. Implement ln / symlink commands.

@brett-smith
Copy link
Contributor

Implemented.

Usage: push-sftp ln [-hsV] <linkTarget> <link>
Link remote file
      <linkTarget>   File to link to
      <link>         Path of link file
  -h, --help         Show this help message and exit.
  -s                 symbolic link
  -V, --version      Print version information and exit.

54c30a0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants