Commit graph

983 commits

Author SHA1 Message Date
ChristianVisintin b45440586b FsFile as argument for both recv_file and send_file 2020-12-05 14:52:53 +01:00
ChristianVisintin 54c02cd4e2 on_sent and on_recv methods for file transfer to finalize streams 2020-12-04 18:25:59 +01:00
ChristianVisintin af6d6e0039 Fixed ftp write 2020-12-04 14:47:56 +01:00
ChristianVisintin 82a19dd089 Welcome messages 2020-12-04 14:00:23 +01:00
ChristianVisintin 809b3b8d99 Update rust-ftp 2020-12-04 13:55:12 +01:00
ChristianVisintin 3112f999e3 Rust-ftp finally with tls-native :D 2020-12-03 21:31:51 +01:00
ChristianVisintin a63af295de Fixed ui auth 2020-12-03 17:23:36 +01:00
ChristianVisintin f351ee1aea Ftptransfer tests 2020-12-03 17:10:48 +01:00
ChristianVisintin 31f33dff48 Fixed sftp tests 2020-12-03 14:53:24 +01:00
ChristianVisintin 4e745d0cb6 Fixed lstime_to_systime 2020-12-03 14:53:08 +01:00
ChristianVisintin 33e64d1b43 FTP transfer 2020-12-03 14:45:17 +01:00
ChristianVisintin 803c235966 Build rust-ftp from my Github fork. 2020-12-03 14:45:05 +01:00
ChristianVisintin 7e09f5c7fa Filetransfer all mutable 2020-12-03 14:44:50 +01:00
ChristianVisintin 175acd9f5b Wait, file_size in recv is completely useless 2020-12-03 13:43:40 +01:00
ChristianVisintin f8be6b7fac Changed FileReadonly with Permissionn error 2020-12-03 12:32:55 +01:00
ChristianVisintin be41314a28 ftp transfer: mkdir, remove rename 2020-12-03 12:22:44 +01:00
ChristianVisintin acc4595ff8 parse_ftp_line test 2020-12-03 08:33:15 +01:00
ChristianVisintin a328a4f751 Added to FileTransferProtocol bool secure flag to Ftp 2020-12-03 08:16:07 +01:00
ChristianVisintin 9b26b5b99d ftp transfer, brough parse_list_line as a method of the struct 2020-12-03 08:04:40 +01:00
ChristianVisintin 129c168989 implemented list_dir for ftp file transfer 2020-12-02 22:45:24 +01:00
ChristianVisintin 8e7ea924d1 lstime_to_systime 2020-12-02 22:44:50 +01:00
ChristianVisintin 8dc5995458 Working on ls time parser 2020-12-02 17:00:52 +01:00
ChristianVisintin 5d4b255e26 Working on ftp transfer 2020-12-01 17:40:51 +01:00
ChristianVisintin 7151b4c094 Added lazy_static and regex 2020-12-01 17:10:13 +01:00
ChristianVisintin 231f83810c FileTransferActivity: ftp is now allowed 2020-12-01 16:43:03 +01:00
ChristianVisintin ca797558d7 Allow FTPS/FTP; added secure param 2020-12-01 16:41:15 +01:00
ChristianVisintin c19416abdd Layout error 50% width 2020-12-01 16:03:48 +01:00
ChristianVisintin 34752f0e47 Format ssh error 2020-12-01 16:03:35 +01:00
ChristianVisintin 71dbe7ea85 FileTransferError with message and code 2020-12-01 15:57:31 +01:00
ChristianVisintin cd3ffae285 fmt 2020-12-01 15:14:49 +01:00
ChristianVisintin 3944367fb3 Added FTP/FTPs options 2020-12-01 15:14:33 +01:00
ChristianVisintin bc17c9bbc1 Split filetransfer_activity into different files 2020-12-01 14:59:13 +01:00
ChristianVisintin 90ee7bb201 Added ftp to dependencies 2020-12-01 14:38:15 +01:00
ChristianVisintin 970409b790 Build docs 2020-12-01 14:38:03 +01:00
ChristianVisintin 4510b9c6b9 Wrap log records using textwrap crate 2020-12-01 12:32:33 +01:00
ChristianVisintin 968678503f Password from option 2020-12-01 11:35:26 +01:00
ChristianVisintin 39334f6451 Fmt activity 2020-12-01 11:19:47 +01:00
ChristianVisintin bfe05ceb07 It is now possible to enter symlinks 2020-12-01 11:12:58 +01:00
ChristianVisintin 1364fd34ed fmt host.rs 2020-12-01 11:09:55 +01:00
ChristianVisintin 02ca8c6046 Stat method for localhost 2020-12-01 11:09:44 +01:00
ChristianVisintin 9b6e1864d8 stat method for file transfers 2020-12-01 10:57:13 +01:00
ChristianVisintin 698db4219c Removed warn about unused log level 2020-11-30 21:02:58 +01:00
ChristianVisintin 6775383f7f users crate only on unix, macos, linux 2020-11-30 21:02:11 +01:00
ChristianVisintin 4e1928866e Local explorer color changed to Yellow, since barely visible on some terminals (such as windows dos) 2020-11-30 21:01:54 +01:00
ChristianVisintin 5306d6d027 Sort file entries by name 2020-11-30 16:07:13 +01:00
ChristianVisintin 2e1e548dbc -T option is millis, not micros 2020-11-30 15:54:05 +01:00
ChristianVisintin b5c47b9470 Redraw interface only if needed 2020-11-30 14:38:14 +01:00
ChristianVisintin 015a17d9f7 Fixed help 2020-11-30 14:27:48 +01:00
ChristianVisintin 512f76738e Default ticks to 10ms 2020-11-30 14:20:16 +01:00
ChristianVisintin 6181439e65 UI improvements 2020-11-30 14:20:10 +01:00