Commit graph

123 commits

Author SHA1 Message Date
veeso f69489fc8f FileTransferResult 2021-09-10 20:58:26 +02:00
veeso 1d09095ab9 Aws s3 support 2021-09-01 15:20:05 +02:00
veeso 91ce709d7b lint 2021-08-24 09:29:23 +02:00
veeso 214ec0c5a5 absolutize path common functions 2021-08-24 09:28:49 +02:00
veeso 0cb9254e63 fmt 2021-08-23 18:01:45 +02:00
veeso 92b081c076 Replaced u8 pex with UnixPex struct 2021-08-23 17:52:55 +02:00
veeso 32ab0267fb Removed unused readonly attribute for FsEntry 2021-08-23 17:18:27 +02:00
veeso 7713c6c21d suppaftp 4.1.2 2021-08-23 12:20:25 +02:00
veeso fc3803991a Fixed scp transfer non returning DirectoryAlreadyExists 2021-08-23 11:38:41 +02:00
veeso 7390bb58c5 Changed FTP library from ftp4 to suppaftp; Handle directory already exists on FTP transfer; mkdir already exists test units 2021-08-23 11:11:14 +02:00
veeso 81482b47f4 Merged 0.6.1; added new DirectoryAlreadyExists; return new variant for SFTP/SCP 2021-08-18 09:33:27 +02:00
veeso 764cca73d1 linter 2021-08-10 22:27:20 +02:00
veeso 3271377b7e Removed redundant remoteOpts struct; use FileTransferParams only 2021-07-23 14:32:15 +02:00
veeso f36bb65b45 Removed redundant remoteOpts struct; use FileTransferParams only 2021-07-23 14:31:29 +02:00
veeso 97a62def11 Brought all extern crate to top level 2021-06-26 12:32:11 +02:00
veeso c78fc583b0 Fix: target_family unix means also macos and linux; use BSD target_os 2021-06-21 09:11:28 +02:00
veeso e3d2151bad Unix Build 2021-06-20 14:38:03 +02:00
veeso 1c58f1d623 Use containers to test file transfers
Use containers to test file transfers

Container setup

Container setup

tests with docker-compose

these tests won't work with containers

ftp tests with containers; removed crap servers; tests only lib

hostname for github

booooooh

fixed recursive remove FTP

Use containers to test file transfers

Container setup

Container setup

tests with docker-compose

these tests won't work with containers

ftp tests with containers; removed crap servers; tests only lib

hostname for github

booooooh

fixed recursive remove FTP

fixed rename

changelog

Desperate attempt

Fixed ftp tests; migrated sftp tests to containers; use env for services

github actions are just broken imo

github actions are just broken imo

Don't use services, since they just don't fuckin work...

docker compose not supported yet?

deprecated typo

Now explain this: github actions have services (which don't work) and then you find out docker-compose is already installed *BLOWMIND*

Fixed hostname for tests

scp tests

maybe

tests

wtf

Restored host tests

Changelog

Improving coverage

Improving coverage

Restored coverage task

More tests for file transfers; test ssh keys too

typo

tests; code improvements

Use tests helpers

fixed tempdir

fixed tempdir
2021-06-15 17:51:06 +02:00
veeso 2b006457c7 fixed rename 2021-06-13 10:10:04 +02:00
veeso 542123ce04 fixed recursive remove FTP 2021-06-13 09:47:17 +02:00
veeso c1b3511c06 Working on logging 2021-05-16 22:26:16 +02:00
veeso 7f9d92cbe9 Working on logging 2021-05-16 15:09:17 +02:00
veeso 8c9c331d7e Tricky-copy in case copy is not supported 2021-05-15 22:07:20 +02:00
veeso f31b047671 Copy command support for SFTP 2021-05-15 19:09:58 +02:00
veeso 0253572975 Clippy rust 1.52 2021-05-08 18:21:24 +02:00
veeso 892be42988 pretty assert 2021-05-06 21:57:04 +02:00
veeso c0eb98c3f9 Renamed to lowercase termscp 2021-05-05 22:13:57 +02:00
veeso 6c6dadc4e7 Removed eprintln! in ftp file transfer causing break when on Windows 2021-04-13 09:09:04 +02:00
veeso 8d74d4c4e5 FTP: added support for symlinks for Linux servers 2021-04-04 18:03:11 +02:00
veeso e29ce3d0dd Merge branch '0.4.1' into issue-17-still-some-problems-with-symlinks 2021-04-04 17:33:00 +02:00
veeso e6b952966c SCP: fixed symlink not properly detected 2021-04-04 17:29:17 +02:00
veeso f136057484 File transfer errors: to_string instead of format! 2021-04-04 16:32:54 +02:00
veeso 47cd112e69 FTP: transfer type set to binary 2021-04-04 16:32:39 +02:00
veeso 52b35f9232 Updated dependencies 2021-04-03 17:45:02 +02:00
veeso 91081cb86a Use thiserror to format error messages 2021-04-03 16:33:18 +02:00
veeso b610da16a9 Fix remote paths for Windows 2021-04-02 22:09:58 +02:00
veeso 55e884889c Clippy 2021-03-27 12:17:35 +01:00
veeso 96b7aff3b6 format 2021-03-26 22:30:47 +01:00
veeso 1ad75adf87 License changed to MIT 2021-03-26 22:25:10 +01:00
veeso 15bea93da8 find test is broken on windows 2021-03-26 21:46:23 +01:00
ChristianVisintin 66f9ace7bd Find command now supports also directories 2021-03-21 22:57:45 +01:00
ChristianVisintin b9d801e8bc find method for FileTransfer trait 2021-03-21 22:57:31 +01:00
veeso 51f0c56b84 File transfer exec command 2021-03-21 22:46:39 +01:00
ChristianVisintin 7a5861f32f prevent infinite loops while performing stat on symbolic links pointing to themselves 2021-03-21 22:44:33 +01:00
veeso d99efb9de4 SCP File transfer: when listing directory entries, check if a symlink points to a directory or to a file 2021-01-23 12:20:34 +01:00
Christian Visintin c412d98ec7
Merge branch '0.3.1' into refactoring/1 2021-01-18 08:07:00 +01:00
Vitaliy Busko d7e5eacd79
Refactoring ScpFileTransfer::parse_ls_output 2021-01-18 11:31:35 +07:00
Vitaliy Busko 367fb235f6
Refactoring FtpFileTransfer::parse_unix_list_line 2021-01-18 10:51:22 +07:00
ChristianVisintin 23ca2baa8c Cargo clippy 2021-01-16 18:02:12 +01:00
ChristianVisintin 215927d432 Fixed copyright header 2021-01-16 15:37:29 +01:00