Package Details: sftpman-gtk 1.3.1-0

Git Clone URL: https://aur.archlinux.org/sftpman-gtk.git (read-only, click to copy)
Package Base: sftpman-gtk
Description: GTK frontend for sftpman (an application for managing and mounting sshfs (SFTP) filesystems).
Upstream URL: https://github.com/spantaleev/sftpman-gtk
Keywords: sftp sshfs
Licenses: GPL3
Submitter: s.pantaleev
Maintainer: s.pantaleev
Last Packager: s.pantaleev
Votes: 30
Popularity: 0.000007
First Submitted: 2011-06-17 23:24 (UTC)
Last Updated: 2025-01-07 15:00 (UTC)

Dependencies (6)

Required by (1)

Sources (1)

Pinned Comments

s.pantaleev commented on 2025-01-07 11:43 (UTC)

sftpman has been rewritten in Rust.

The sftpman AUR package (which used to provide the Python) version now provides the new Rust version. The old (Python) version can still be found in the sftpman-python package.

As for the GUI, the old sftpman-gtk software (Python) has also been superseded by sftpman-iced (Rust).

You may also be interested in reading:


Using this older version of sftpman's GUI (and the sftpman v1 backend) is not recommended, but it's kept here for people who may wish to stay on it for a while.

Latest Comments

1 2 Next › Last »

s.pantaleev commented on 2025-01-07 11:43 (UTC)

sftpman has been rewritten in Rust.

The sftpman AUR package (which used to provide the Python) version now provides the new Rust version. The old (Python) version can still be found in the sftpman-python package.

As for the GUI, the old sftpman-gtk software (Python) has also been superseded by sftpman-iced (Rust).

You may also be interested in reading:


Using this older version of sftpman's GUI (and the sftpman v1 backend) is not recommended, but it's kept here for people who may wish to stay on it for a while.

FuelFlo commented on 2021-12-18 11:10 (UTC)

Okay, the rebuild fixed the problem. Thx and sorry for bothering you!

s.pantaleev commented on 2021-12-18 07:22 (UTC)

I can't reproduce the problem you're observing.

Have you tried rebuilding this package after you have upgraded to Python 3.10?

FuelFlo commented on 2021-12-17 23:14 (UTC) (edited on 2021-12-17 23:16 (UTC) by FuelFlo)

Hi I'm getting following error, trying to start sftpman-gtk, since some time:

Traceback (most recent call last):
  File "/usr/bin/sftpman-gtk", line 33, in <module>
    sys.exit(load_entry_point('sftpman-gtk==1.1', 'console_scripts', 'sftpman-gtk')())
  File "/usr/bin/sftpman-gtk", line 22, in importlib_load_entry_point
    for entry_point in distribution(dist_name).entry_points
  File "/usr/lib/python3.10/importlib/metadata/__init__.py", line 919, in distribution
    return Distribution.from_name(distribution_name)
  File "/usr/lib/python3.10/importlib/metadata/__init__.py", line 518, in from_name
    raise PackageNotFoundError(name)
importlib.metadata.PackageNotFoundError: No package metadata was found for sftpman-gtk

Any idea what I could do?

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

Updated. Thanks!

Logout22 commented on 2013-11-26 15:54 (UTC)

python-distribute has been replaced by python-setuptools. It would be nice if you updated the requirements to fit.

amiad commented on 2013-09-30 20:03 (UTC)

Thanks. The update working now.

s.pantaleev commented on 2013-09-30 19:32 (UTC)

Yes. It seems like you're right, @amiad. I thought you were getting an error that prevents you from updating, and I couldn't reproduce that on 2 different machines. Looks like it was throwing that harmless warning while building the package on my machine as well. I didn't even notice. It's fixed in 0.4.1. Thanks for the report.