Commit Graph

1203 Commits

Author SHA1 Message Date
veeso
bae4db8e27 fix: build 2023-05-15 14:23:13 +02:00
veeso
4cbba3f3cb fix: release date 2023-05-13 18:11:07 +02:00
veeso
e9fbb7f317 fix: specify ssh2 config params 2023-05-13 17:59:24 +02:00
Christian Visintin
044f2436f8 Don't prompt for password if a ssh key is set for that host (#186)
* feat: don't ask password if a ssh key is set for that host

* fix: User from ssh config was not used as it should

* fix: forgot a file
2023-05-13 16:09:37 +02:00
Christian Visintin
b7369162d2 SMB support (#184)
* feat: smb client

* fix: smb connection

* fix: smbclient deps

* feat: SMB mentions to user manual

* feat: changelog

* dlib macos

* fix: removed smb support from macos :(

* fix: restored libsmbclient build

* fix: strange lint message

* fix: macos build smb

* fix: macos build smb

* fix: macos tests

* fix: macos lint

* feat: SMB windows support

* fix: windows tests
2023-05-13 15:00:16 +02:00
Christian Visintin
a13663e5e9 Brew Linux support (#185)
* feat: brew linux and arm installation

* fix: updated website refs to termscp.veeso.dev

* feat: added brew installation to website
2023-05-12 17:06:27 +02:00
Christian Visintin
79dd9e2303 chmod popup (#183)
* feat: chmod popup

* fix: windows shall not allows chmod on localhost
2023-05-10 17:04:24 +02:00
Christian Visintin
b4fa50a666 feat: allow unknown fields in ssh2 configuration file (#181) 2023-05-10 09:27:54 +02:00
Christian Visintin
5a67fc7b0e fix: #153 show a loading message when loading directory's content (#180) 2023-05-09 17:43:37 +02:00
veeso
9dab34e7ee rustfmt.toml 2023-05-09 15:40:28 +02:00
veeso
c5eeae74b7 fmt 2023-05-09 15:40:21 +02:00
Christian Visintin
9009002b6e debug log belongs in cache directory not config directory (#179)
* log files are now written to cache dir instead of config dir

* lint

* fmt
2023-05-09 15:32:42 +02:00
veeso
9bf23b3f6b working on 0.12 2023-05-09 12:48:51 +02:00
veeso
3ec94c17bc 0.11.3 2023-04-19 11:07:42 +02:00
veeso
ed8ba628e5 feat: site improvements v0.11.3 2023-04-19 11:01:44 +02:00
veeso
7c638473d6 0.11.3 2023-04-19 10:17:59 +02:00
Christian Visintin
d37140ead6 fix: relative paths windows (#167) 2023-04-19 10:15:00 +02:00
veeso
fdb0d97a61 rtd 2023-04-18 18:10:40 +02:00
veeso
0c1e9c0d60 feat: site 0.11.2 v0.11.2 2023-04-18 11:59:13 +02:00
veeso
e1a2255a58 feat: dependencies up-to-date 2023-04-18 11:58:10 +02:00
Christian Visintin
f6b2c814c0 bump remotefs-ssh to 0.1.5 (#164) 2023-04-18 11:44:49 +02:00
delta2force
efb30231ee update Cargo.lock (#157) v0.11.1 2023-03-23 14:05:12 +01:00
veeso
8cb6c19210 updated curl 2023-03-08 12:07:25 +01:00
veeso
51c2618b5a optimized docker builds (re-use containers) 2023-03-08 11:49:09 +01:00
veeso
279df59b5d install ci 2023-03-07 21:01:29 +01:00
veeso
d8373d0eba 0.11.1 2023-03-07 09:31:21 +01:00
veeso
74fe97f2e2 Don't tell me you're too blind to see 2023-03-06 11:16:40 +01:00
veeso
e62f15f375 gb.png 2023-03-06 11:15:44 +01:00
veeso
21dc73b556 Bump ssh2-config to 0.1.6 2023-03-03 12:13:19 +01:00
veeso
a10325f6fb removed remove_dir_all crate with tempfile 3.4 2023-02-28 11:09:57 +01:00
Christian Visintin
1ecef6fc16 issue 150: some issues with configuration (#151)
* issue 150: some issues with configuration
2023-02-28 10:45:07 +01:00
veeso
67df3dc76a working on 0.11.1 2023-02-27 12:23:01 +01:00
Christian Visintin
7ecfaea278 Update FUNDING.yml 2023-02-27 11:50:21 +01:00
veeso
97151d18bf fixed build scripts 2023-02-22 16:06:11 +01:00
veeso
7ad7a1580d fixed serializer v0.11.0 2023-02-19 18:46:10 +01:00
veeso
46f2954bc4 install.yml 2023-02-19 18:24:29 +01:00
veeso
0c88f559e2 0.11.0 2023-02-19 18:23:30 +01:00
veeso
8a0979578a deps 2023-02-13 09:35:10 +01:00
veeso
7ee28a00ae planned updates 2023-02-12 22:28:43 +01:00
Christian Visintin
82330f870e Optimize transfers (#147)
* When the file is exchanged, all times attributes are set (if supported by the protocol)

* If local/remote file have the same last modification time (`mtime`), the file is not transferred
2023-02-12 22:27:42 +01:00
veeso
54aecdc478 0.11.0 2023-02-11 12:49:30 +01:00
veeso
d5038a22ee fixed tests 2023-02-11 12:45:12 +01:00
Christian Visintin
c0bc493d21 125 installation missing aarch64 linux build (#146)
aarch64 build
2023-02-11 12:26:43 +01:00
Christian Visintin
1c75c7d386 SSH configuration path is not ~/.ssh/config by default (#145)
SSH configuration path is not `~/.ssh/config` by default
2023-02-11 12:23:57 +01:00
Christian Visintin
251b125cbb 126 new feature termscp doesnt use id rsa default ssh private key to authenticate to sftp scp endpoint (#144)
fixed issue 126 <https://github.com/veeso/termcp/issues/126>
2023-02-11 12:23:56 +01:00
veeso
efd2235ff3 fmt 2023-02-11 12:23:56 +01:00
veeso
1db2ff7ec5 Popup with fixed sizes or percentage 2023-02-11 12:23:56 +01:00
veeso
4d5f3a6b63 lint 2023-02-11 12:23:56 +01:00
veeso
62003308a7 lint 2023-02-11 12:23:56 +01:00
veeso
cb037cfca9 updated dependencies 2023-02-11 12:23:56 +01:00