Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New feature suggestions #57

Closed
ynqjwsm opened this issue Aug 7, 2019 · 1 comment
Closed

New feature suggestions #57

ynqjwsm opened this issue Aug 7, 2019 · 1 comment

Comments

@ynqjwsm
Copy link

ynqjwsm commented Aug 7, 2019

ftpgrab is a great software, but in the process of using, I hope to add the following features:

  1. finished check,detecting whether the file has been written,such as delay detection file size(First check the file size once, and then check it again after 10 seconds. If the two sizes are equal, the file is completed.),suffix filtering(just like sample.txt and sample.txt.writting),ok file check(There is an sample.ok file indicating that the sample.txt file is completed. )etc.
  2. path Expression support,Expressions are allowed in the path,just like /data/{yyyyMMdd}/ or Regular expression like /data//^\d{8}^//
  3. execute command after file transfer completed, and support some built-in parameters ,like file path ,size etc....
@crazy-max
Copy link
Owner

Hi @ynqjwsm,

  1. I think the suffix filtering would be good enough. I could implement a delay detection when Parallel downloads #48 will be fixed.
  2. If you talk about sources paths yes we can do that.
  3. For each file? Do you have a use case?

Thanks for your suggestions!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants