ficsit-cli-flake/cli/disk
mircearoata d051b5800a
perf(ftp): reduce number of ftp commands run in install preparation (#63)
* perf(ftp): use MLST or LIST first to determine if path exists over ftp

* perf(ftp): optimistically check directories from target path up when creating directory

* fix(ftp): skip . and .. in ReadDir

* perf(remote): parallelize old mod removal

* perf(remote): parallelize install validation

* perf(remote): remove unnecessary validation in GetGameVersion

* pref(remote): reduce amount of Validate and GetPlatform calls

* chore: remove unnecessary error handling
2024-05-05 23:01:17 +02:00
..
ftp.go perf(ftp): reduce number of ftp commands run in install preparation (#63) 2024-05-05 23:01:17 +02:00
local.go feat: compatibility info display in View Mod screen. log to ficsit-cli.log by default (#33) 2023-12-28 04:32:56 +02:00
main.go feat: sftp (#51) 2023-12-28 02:13:09 +02:00
sftp.go feat: sftp (#51) 2023-12-28 02:13:09 +02:00