Package Details: sftpman 1:1.2.2-1

Git Clone URL: https://aur.archlinux.org/sftpman.git (read-only, click to copy)
Package Base: sftpman
Description: Application that handles sshfs/sftp file systems mounting.
Upstream URL: https://github.com/spantaleev/sftpman
Keywords: sftp sshfs
Licenses: GPL3
Submitter: s.pantaleev
Maintainer: s.pantaleev
Last Packager: s.pantaleev
Votes: 31
Popularity: 0.002309
First Submitted: 2011-05-20 22:02 (UTC)
Last Updated: 2021-12-14 14:57 (UTC)

Dependencies (5)

Required by (1)

Sources (1)

Latest Comments

1 2 Next › Last »

skw commented on 2022-11-14 07:11 (UTC)

this is failing to build in a chroot (via aurto) because of missing libcrypto.so.1.1

alexandru commented on 2021-12-15 06:40 (UTC)

You rock! I updated to 1.2.2 and it works.

s.pantaleev commented on 2021-12-14 15:02 (UTC)

Thanks for the report @alexandru!

Fixed in sftpman 1.2.2

alexandru commented on 2021-12-14 13:50 (UTC) (edited on 2021-12-14 13:51 (UTC) by alexandru)

After updating python to 3.10.1-1

Traceback (most recent call last):
  File "/usr/bin/sftpman", line 33, in <module>
    sys.exit(load_entry_point('sftpman==1.2.1', 'console_scripts', 'sftpman')())
  File "/usr/lib/python3.10/site-packages/sftpman/launcher.py", line 9, in main
    cli.start()
  File "/usr/lib/python3.10/site-packages/sftpman/cli.py", line 226, in start
    if isinstance(callback, collections.Callable):
AttributeError: module 'collections' has no attribute 'Callable'

s.pantaleev commented on 2016-05-11 13:00 (UTC)

Thanks so much @xduugu! Updated now.

xduugu commented on 2016-05-07 07:12 (UTC)

The bash completion file should go into /usr/share/bash-completion/completions/ and the "vcs-repository" is not necessary and confusing. See http://pastebin.com/agGpvVQ2 for an example of an updated PKGBUILD. Diff: http://pastebin.com/ZEqK9ge5

amiad commented on 2015-10-06 09:37 (UTC)

thanks. I reinstall sftpman and sftpman-gtk and they working now.

s.pantaleev commented on 2015-10-06 09:35 (UTC)

It's caused by the Python 3.5 upgrade and goes away by rebuilding (reinstalling) sftpman as it is now.

amiad commented on 2015-10-06 09:28 (UTC)

After system update sftpman stopped to work and I get error: pkg_resources.DistributionNotFound: The 'sftpman==0.6.1' distribution was not found and is required by the application

s.pantaleev commented on 2013-11-26 16:14 (UTC)

Updated. Thanks!