Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/diev/ftpsreportsdownloader
Downloads all files from a remote FTPS server to a local path. Reference code v1.0 (c) MOEX 2016 updated to v2.0 2023
https://github.com/diev/ftpsreportsdownloader
csharp downloader ftps-client net-framework
Last synced: about 2 months ago
JSON representation
Downloads all files from a remote FTPS server to a local path. Reference code v1.0 (c) MOEX 2016 updated to v2.0 2023
- Host: GitHub
- URL: https://github.com/diev/ftpsreportsdownloader
- Owner: diev
- License: apache-2.0
- Created: 2023-12-01T15:53:34.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-04-24T13:04:11.000Z (8 months ago)
- Last Synced: 2024-04-24T16:41:23.035Z (8 months ago)
- Topics: csharp, downloader, ftps-client, net-framework
- Language: C#
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FTPSReportsDownloader
Downloads all files from a remote FTPS server to a local path.
Reference code v1.0 (c) MOEX 2016 updated to v2.0 2023
## v2.0
- Update project to .Net Framework 4.8
- Refactor sync alghoritm completely (use new lines in `/UpdateHistory.txt` or download `days` before files)
- Change `` to write dated logs if specified- Add checking SIZE of `/UpdateHistory.txt` before new download
- Add resume download of `/UpdateHistory.txt`
- Add `` (optional, default in `DownloadDirectory`)
- Add `` (optional, default up to 14 days before)- Remove use of `lastSync.file` - it is simple to delete few last lines from local `UpdateHistory.txt` instead
## Requirements
- .Net Framework 4.8
## Breaking Notes
.NET 6+ does not contain FTP functionality anymore. It has been suggested to use other libraries.
## License
Licensed under the [Apache License, Version 2.0].
[Apache License, Version 2.0]: LICENSE