Skip to content

Commit

Permalink
Remove old Windows code
Browse files Browse the repository at this point in the history
+ update readme file
+ move fftp.conf example to Bin directory
+ move changelog.txt to Bin directory
  • Loading branch information
hfiref0x committed Jan 7, 2022
1 parent c9e473d commit ff30719
Show file tree
Hide file tree
Showing 29 changed files with 40 additions and 3,478 deletions.
9 changes: 9 additions & 0 deletions Source/changelog.txt → Bin/changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
- Removed
* Fixed/Changed

Jan 7, 2022, v2.2
+ basic session statistics logged
+ TLS session resumption
* zero-length files transfer error
+ chmod command implemented
+ goodbye message now configurable (#21)
+ readme and fftp example config updated
+ hardcode compiler in makefile changed (PR #20, #19)

May 17, 2020, v2.1
* bugfixes and refactoring

Expand Down
File renamed without changes.
22 changes: 22 additions & 0 deletions LightFTP.sha256
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
0b1f5c358dc0e0de24f53c86e38ed9f7fefcfe92db1cda9ddca68074a79421aa *Bin\changelog.txt
909dba11551d5a58bba80bde49b93f1f543f4518ea440e27735ec06f1025b26d *Bin\fftp.conf
e9c9b9f194f49ae4f6ed47fc765846594acd03c483d971a2fab11a40e6ef0eb4 *Source\cfgparse.c
f6b932c3079f04c72a80a5542cf1f462434b03ae4d00f58ef2ad0b2bf5bbe0e6 *Source\cfgparse.h
e4b6abb42e338aeb71154f44021f07bdb40ccac45e76acfbd435e9a752494889 *Source\fspathtools.c
2b6c36e811da4e7d56345deda1415471b3d8b015c169b547d92871ad9d26c549 *Source\fspathtools.h
5d4e5250df93ceb0ee46534805c2f4242b231ee040260e3fe58564de842cae6c *Source\ftpconst.c
245483c7daa3782c63897ea69c4a8689500f201ba18155bbec100321015c0918 *Source\ftpserv.c
6f3a0dfe34e357a9e41d42b977422a92d1419d833c0f2d192531e7ecd17eb0c5 *Source\ftpserv.h
6a82ed4fa5819d893b378e8dd7803938e1227bea521324901718376c29f1d86f *Source\main.c
1e739c93f5bdb7145fe97e8e840a1b3c033e417d9ca60b177314ffab3f042f5f *Source\x_malloc.c
ba96488cbfa44c33311712ed7c3c9c906d793b77ec6214e4709c769e83984d5f *Source\x_malloc.h
0f2806d3c51d05d76f68cb5a4cecc0da43121de7bd435056a59d5330c226be11 *Source\Debug\makefile
b7c990cea76eb22265fb0e2aa72664b8c04d6d010a688d572da95df8217553c1 *Source\Debug\objects.mk
289d8d240d914e4c48b9e286c7f993d4bbc4771b17c593ef1b708e41bdbdff80 *Source\Debug\sources.mk
b4438965ccb9bc5d466338724130c145cf7c2110c4a0a924bb5262a6b7b07268 *Source\Debug\subdir.mk
0f2806d3c51d05d76f68cb5a4cecc0da43121de7bd435056a59d5330c226be11 *Source\Release\makefile
b7c990cea76eb22265fb0e2aa72664b8c04d6d010a688d572da95df8217553c1 *Source\Release\objects.mk
289d8d240d914e4c48b9e286c7f993d4bbc4771b17c593ef1b708e41bdbdff80 *Source\Release\sources.mk
ebce4d776ddf3b4ec226609125cd2d647b5edc7303d2e9a7adc54235ae204e8a *Source\Release\subdir.mk
067d29d8592aedb1003d05a3e4deaa8bac34f7658b6e33cb9750cd309342cffa *Source\TLS-cert\gencert.sh
9f0b4aa13b2285c3b0807c66ae088cdc0a6bfeac54bef97b3c18fd89b5a8c048 *Source\TLS-cert\mycert-req.txt
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,15 @@ Next use the following:
cd lightftp/Source/Release
make
Result binary is fftp. Next setup ftp config, example config file is Source/fftp.conf. Set port, accounts, path to log file (optionally if you need it), path to certificates if you want to use them, etc.
Result binary is fftp. Next setup ftp config, example config file is Bin/fftp.conf. Set port, accounts, path to log file (optionally if you need it), path to certificates if you want to use them, etc.

# Old Windows version

Since 2.2 old Windows unmaintained version moved to the separate archive repository, https://github.com/hfiref0x/LightFTP_win.

# Changelog

Changelog available at Bin/changelog.txt

# Authors

Expand Down
46 changes: 0 additions & 46 deletions Source.sha256

This file was deleted.

28 changes: 0 additions & 28 deletions Source/Deprecated/Windows/fftp.sln

This file was deleted.

24 changes: 0 additions & 24 deletions Source/Deprecated/Windows/fftp/debug.conf

This file was deleted.

Loading

0 comments on commit ff30719

Please sign in to comment.