Path to this page:
./
net/termscp,
Feature rich TUI file transfer and explorer
Branch: CURRENT,
Version: 0.16.0,
Package name: termscp-0.16.0,
Maintainer: pinTermscp is a feature rich terminal file transfer and explorer, with support for
SCP/SFTP/FTP/S3. So basically is a terminal utility with an TUI to connect to a
remote server to retrieve and upload files and to interact with the local file
system.
Master sites:
Filesize: 11635.797 KB
Version history: (Expand)
- (2024-10-15) Updated to version: termscp-0.16.0
- (2024-10-05) Updated to version: termscp-0.15.0
- (2024-07-19) Updated to version: termscp-0.14.0
- (2024-03-02) Updated to version: termscp-0.13.0
- (2023-10-25) Updated to version: termscp-0.12.3nb1
- (2023-10-06) Updated to version: termscp-0.12.3
CVS history: (Expand)
2024-03-02 22:00:45 by pin | Files touched by this commit (3) | |
Log message:
net/termscp: update to 0.13.0
Released on 03/03/2024
Added CLI subcommands
- Changed -t to theme
- Changed -u to update
- Changed -c to config
Introduced support for WebDAV
- It is now possible also to connect directly to WebDAV server with the
syntax http(s)://username:password@google.com
Bugfix:
- Issue 232: AWS S3 wasn't working anymore due to rust-s3 outdate
Dependencies:
- Added remotefs-webdav 0.1.1
|
2023-10-25 00:11:51 by Thomas Klausner | Files touched by this commit (2298) |
Log message:
*: bump for openssl 3
|
2023-10-06 12:37:01 by pin | Files touched by this commit (3) | |
Log message:
net/termscp: update to 0.12.3
0.12.3 - Released on 06/10/2023
- Dropped ratatui support, reverted to tui-realm 1.8
|
2023-10-03 08:36:40 by pin | Files touched by this commit (3) | |
Log message:
net/termscp: update to 0.12.2
0.12.2 - Released on 01/10/2023
- Issue 205: Allow windows build without SMB support
- Issue 215: termscp not respecting port in SSH config. The port specified
for the host in the SSH configuration wasn't evaluated.
- Issue 213: termscp panicks if the terminal window is too small
|
2023-07-08 22:16:41 by pin | Files touched by this commit (5) | |
Log message:
net/termscp: update to 0.12.1
0.12.1 - Released on 06/07/2023
- Issue 169: Local working directory can now be specified in connection form
and be saved into bookmarks.
- Issue 188: The breadcrumbs path is not fallbacked after a failed enter into
the directory
- SMB support is now a feature (you can build rust without default features to
disable smb).
- If SSH connection timeout is 0, the connection won't timeout.
0.12.0 - Released on 16/05/2023
- Change file permissions: you can now change file permissions easily with the
permissions popup pressing Z in the explorer.
- Issue 172
- SMB protocol: Support for SMB protocol has been added thanks to the
remotefs-smb library and the pavao project. You may notice that the
interface is quiet different between Windows and Linux/MacOs/BSD due to the
fact that SMB is natively supported on Windows systems.
- Issue 182
- Issue 153: show a loading message when loading directory's content
- Issue 176: debug log is now written to CACHE_DIR
- Issue 173: allow unknown fields in ssh2 configuration file
- Issue 175: don't prompt for password if a ssh key is set for that host
- Fixed an issue that didn't use the User specified in ssh2-config
|
2023-05-24 14:19:01 by pin | Files touched by this commit (1) |
Log message:
net/termscp: reset maintainer
|
2023-04-19 22:42:52 by pin | Files touched by this commit (3) | |
Log message:
net/termscp: update to 0.11.3
- Issue 166: fixed SCP relative paths on Windows
|
2023-04-18 20:51:48 by pin | Files touched by this commit (4) | |
Log message:
net/termscp: update to 0.11.2
Released on 18/04/2023
- Issue 154: fixed SCP relative paths on Windows
|