Commit Graph

  • af6d6e0039 Fixed ftp write ChristianVisintin 2020-12-04 14:47:56 +01:00
  • 82a19dd089 Welcome messages ChristianVisintin 2020-12-04 14:00:23 +01:00
  • 809b3b8d99 Update rust-ftp ChristianVisintin 2020-12-04 13:55:12 +01:00
  • 3112f999e3 Rust-ftp finally with tls-native :D ChristianVisintin 2020-12-03 21:31:51 +01:00
  • a63af295de Fixed ui auth ChristianVisintin 2020-12-03 17:23:36 +01:00
  • f351ee1aea Ftptransfer tests ChristianVisintin 2020-12-03 17:10:48 +01:00
  • 31f33dff48 Fixed sftp tests ChristianVisintin 2020-12-03 14:53:24 +01:00
  • 4e745d0cb6 Fixed lstime_to_systime ChristianVisintin 2020-12-03 14:53:08 +01:00
  • 33e64d1b43 FTP transfer ChristianVisintin 2020-12-03 14:45:17 +01:00
  • 803c235966 Build rust-ftp from my Github fork. ChristianVisintin 2020-12-03 14:45:05 +01:00
  • 7e09f5c7fa Filetransfer all mutable ChristianVisintin 2020-12-03 14:44:50 +01:00
  • 175acd9f5b Wait, file_size in recv is completely useless ChristianVisintin 2020-12-03 13:43:40 +01:00
  • f8be6b7fac Changed FileReadonly with Permissionn error ChristianVisintin 2020-12-03 12:32:55 +01:00
  • be41314a28 ftp transfer: mkdir, remove rename ChristianVisintin 2020-12-03 12:22:44 +01:00
  • acc4595ff8 parse_ftp_line test ChristianVisintin 2020-12-03 08:33:15 +01:00
  • a328a4f751 Added to FileTransferProtocol bool secure flag to Ftp ChristianVisintin 2020-12-03 08:16:07 +01:00
  • 9b26b5b99d ftp transfer, brough parse_list_line as a method of the struct ChristianVisintin 2020-12-03 08:04:40 +01:00
  • 129c168989 implemented list_dir for ftp file transfer ChristianVisintin 2020-12-02 22:45:24 +01:00
  • 8e7ea924d1 lstime_to_systime ChristianVisintin 2020-12-02 22:44:50 +01:00
  • 8dc5995458 Working on ls time parser ChristianVisintin 2020-12-02 17:00:52 +01:00
  • 5d4b255e26 Working on ftp transfer ChristianVisintin 2020-12-01 17:40:51 +01:00
  • 7151b4c094 Added lazy_static and regex ChristianVisintin 2020-12-01 17:10:13 +01:00
  • 231f83810c FileTransferActivity: ftp is now allowed ChristianVisintin 2020-12-01 16:43:03 +01:00
  • ca797558d7 Allow FTPS/FTP; added secure param ChristianVisintin 2020-12-01 16:41:15 +01:00
  • c19416abdd Layout error 50% width ChristianVisintin 2020-12-01 16:03:48 +01:00
  • 34752f0e47 Format ssh error ChristianVisintin 2020-12-01 16:03:35 +01:00
  • 71dbe7ea85 FileTransferError with message and code ChristianVisintin 2020-12-01 15:57:31 +01:00
  • cd3ffae285 fmt ChristianVisintin 2020-12-01 15:14:49 +01:00
  • 3944367fb3 Added FTP/FTPs options ChristianVisintin 2020-12-01 15:14:33 +01:00
  • bc17c9bbc1 Split filetransfer_activity into different files ChristianVisintin 2020-12-01 14:59:13 +01:00
  • 90ee7bb201 Added ftp to dependencies ChristianVisintin 2020-12-01 14:38:15 +01:00
  • 970409b790 Build docs ChristianVisintin 2020-12-01 14:38:03 +01:00
  • 4510b9c6b9 Wrap log records using textwrap crate ChristianVisintin 2020-12-01 12:32:33 +01:00
  • 968678503f Password from option ChristianVisintin 2020-12-01 11:35:26 +01:00
  • 39334f6451 Fmt activity ChristianVisintin 2020-12-01 11:19:47 +01:00
  • bfe05ceb07 It is now possible to enter symlinks ChristianVisintin 2020-12-01 11:12:58 +01:00
  • 1364fd34ed fmt host.rs ChristianVisintin 2020-12-01 11:09:55 +01:00
  • 02ca8c6046 Stat method for localhost ChristianVisintin 2020-12-01 11:09:44 +01:00
  • 9b6e1864d8 stat method for file transfers ChristianVisintin 2020-12-01 10:57:13 +01:00
  • 698db4219c Removed warn about unused log level ChristianVisintin 2020-11-30 21:02:58 +01:00
  • 6775383f7f users crate only on unix, macos, linux ChristianVisintin 2020-11-30 21:02:11 +01:00
  • 4e1928866e Local explorer color changed to Yellow, since barely visible on some terminals (such as windows dos) ChristianVisintin 2020-11-30 21:01:54 +01:00
  • 5306d6d027 Sort file entries by name ChristianVisintin 2020-11-30 16:07:13 +01:00
  • 2e1e548dbc -T option is millis, not micros ChristianVisintin 2020-11-30 15:54:05 +01:00
  • b5c47b9470 Redraw interface only if needed ChristianVisintin 2020-11-30 14:38:14 +01:00
  • 015a17d9f7 Fixed help ChristianVisintin 2020-11-30 14:27:48 +01:00
  • 512f76738e Default ticks to 10ms ChristianVisintin 2020-11-30 14:20:16 +01:00
  • 6181439e65 UI improvements ChristianVisintin 2020-11-30 14:20:10 +01:00
  • c8a2419a4f PageUp/PageDown for explorer TAB ChristianVisintin 2020-11-30 14:12:19 +01:00
  • 7960776abb code fmt ChristianVisintin 2020-11-30 14:02:09 +01:00
  • 3e9d77cfac Progress bar: write ETA ChristianVisintin 2020-11-30 13:50:34 +01:00
  • 3d622b6b68 Write progress bar only if a significant progress has been made (0.5% at least) ChristianVisintin 2020-11-30 13:33:34 +01:00
  • a7253e8082 Goto command: support for relative paths ChristianVisintin 2020-11-30 11:24:14 +01:00
  • abf2124b09 Fixed log box ChristianVisintin 2020-11-30 11:17:38 +01:00
  • 6c47f4a426 Enlarged YesNo dialog popup ChristianVisintin 2020-11-30 10:37:01 +01:00
  • 4b800e4892 Updated dependencies ChristianVisintin 2020-11-30 10:35:51 +01:00
  • ee0a5a176f Solved the annoying stuff related to this <https://github.com/rust-lang/rust/issues/59159>. ChristianVisintin 2020-11-30 08:18:50 +01:00
  • 306deaaa23 Removed test which can't run anymore ChristianVisintin 2020-11-29 20:56:35 +01:00
  • f48fdc48dd Fixed recursive recv from remote ChristianVisintin 2020-11-29 20:52:30 +01:00
  • 9b135200d7 Thanks to latest commit I can finally draw progress bar :D ChristianVisintin 2020-11-29 20:31:51 +01:00
  • 4430f3133d Filetransfer recv/send returns Std::io::Write and Read now ChristianVisintin 2020-11-29 20:31:34 +01:00
  • 57a167ef5a Panic on FTP ChristianVisintin 2020-11-29 17:51:45 +01:00
  • 9098c03886 Usage ChristianVisintin 2020-11-29 17:50:24 +01:00
  • 5383e55523 Removed FIXME ChristianVisintin 2020-11-29 17:47:32 +01:00
  • cd35dac4a5 Many fixes in UI; Help command ChristianVisintin 2020-11-29 17:46:56 +01:00
  • 28435aaeda Many fixes in UI ChristianVisintin 2020-11-29 17:05:12 +01:00
  • 9643280ab0 More logs, some improvements ChristianVisintin 2020-11-29 16:53:04 +01:00
  • 0ebbe40207 Update dir after upload/download ChristianVisintin 2020-11-29 16:37:25 +01:00
  • 74a49485b6 Simplified change dir and scan dir ChristianVisintin 2020-11-29 16:35:51 +01:00
  • 585ad19462 Ui fixes ChristianVisintin 2020-11-29 16:18:55 +01:00
  • a843a5a0de GOTO for remote ChristianVisintin 2020-11-29 16:18:50 +01:00
  • b300f510b8 Disconnect, don't quit on fatal error ChristianVisintin 2020-11-29 16:18:23 +01:00
  • 07ebf3cd1b Improved color match ChristianVisintin 2020-11-29 16:18:00 +01:00
  • 015e2b3601 Fixed fmt for fsentry ChristianVisintin 2020-11-29 16:17:00 +01:00
  • 1ff42ecf13 to_string_lossy().to_string() for users/groups ChristianVisintin 2020-11-29 15:56:01 +01:00
  • badbddb240 fmt code ChristianVisintin 2020-11-29 15:48:57 +01:00
  • a2492d1442 Draw method ChristianVisintin 2020-11-29 15:48:44 +01:00
  • c99d194162 Larger popup ChristianVisintin 2020-11-29 15:27:07 +01:00
  • fbf1ec8997 Popup drawing ChristianVisintin 2020-11-29 15:26:37 +01:00
  • e3bf4602cc Push file_type to mode ChristianVisintin 2020-11-29 15:05:21 +01:00
  • b43bbcfa7d Draw popup area ChristianVisintin 2020-11-29 15:03:31 +01:00
  • d5d39b6c3a Draw explorers ChristianVisintin 2020-11-29 15:01:02 +01:00
  • 8d9eec0750 fmt for FsEntry ChristianVisintin 2020-11-29 14:55:35 +01:00
  • 074aa0f4a8 fmt_ls for FsEntry ChristianVisintin 2020-11-29 14:53:47 +01:00
  • 87990d12b5 draw log list ChristianVisintin 2020-11-29 13:01:12 +01:00
  • c54cbed866 Restore input mode once download/upload finishes ChristianVisintin 2020-11-29 12:37:43 +01:00
  • a69b410ee0 transfer_prog member RFU ChristianVisintin 2020-11-29 12:36:36 +01:00
  • 840a2685bf Removed progress callback (not a priority atm) ChristianVisintin 2020-11-29 12:35:51 +01:00
  • e84e4ab2b1 Draw method reviewed ChristianVisintin 2020-11-29 11:55:02 +01:00
  • 6dc871e49a Context as Activity member; on_destroy context is released ChristianVisintin 2020-11-29 11:34:08 +01:00
  • 7e085096c8 Context as Activity member; on_destroy context is released ChristianVisintin 2020-11-29 11:33:59 +01:00
  • 00c81634ed Context cleanup ChristianVisintin 2020-11-28 12:32:36 +01:00
  • c3db372e3b Remote tab input event handler ChristianVisintin 2020-11-28 12:27:05 +01:00
  • c337c496b0 Fixed host tests ChristianVisintin 2020-11-28 12:18:11 +01:00
  • e49cbbf93b Fixed host tests ChristianVisintin 2020-11-28 12:13:47 +01:00
  • 418a51dc77 Host warning solved ChristianVisintin 2020-11-28 12:12:30 +01:00
  • be18cc426d Dirstack implementation for local ChristianVisintin 2020-11-28 12:11:59 +01:00
  • 55cf883581 FileExplorer dirstack ChristianVisintin 2020-11-28 12:05:15 +01:00
  • 1a4ad92146 filetransfer_recv ChristianVisintin 2020-11-28 12:01:01 +01:00
  • 69ea4b1284 Fixed remove ChristianVisintin 2020-11-28 11:55:07 +01:00