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

How to get progress when uploading multiple files with UploadFiles? #241

Closed
sonygod opened this issue Nov 10, 2017 · 6 comments
Closed

How to get progress when uploading multiple files with UploadFiles? #241

sonygod opened this issue Nov 10, 2017 · 6 comments

Comments

@sonygod
Copy link

sonygod commented Nov 10, 2017

  public int UploadFiles(IEnumerable<string> localPaths, string remoteDir, FtpExists existsMode = FtpExists.Overwrite, bool createRemoteDir = true,
		FtpVerify verifyOptions = FtpVerify.None, FtpError errorHandling = FtpError.None) 

it's seem have no progress api call back?

@robinrodricks
Copy link
Owner

Yes it doesn't... I can create it but how should it work? Return:

  1. An object with : files compete, total files, current file, % progress on current file?
  2. A single int with number of files compete?
  3. A single int with number of files compete * 100 so the progress can be shown from the same number?

@sonygod
Copy link
Author

sonygod commented Nov 13, 2017

may be you can add some options to user let them choose which is best for use

@robinrodricks robinrodricks changed the title [question]how to get API UploadFiles progress ? How to get progress when uploading multiple files with UploadFiles? Dec 4, 2017
@franzvalo1
Copy link

Any update on this?

@frliran
Copy link

frliran commented Aug 12, 2018

Any news on the progress bar here?

@ntindle
Copy link
Contributor

ntindle commented Jan 28, 2020

I think its the same as with downloading multiple files. Can we confirm?

@robinrodricks
Copy link
Owner

Added to the bucket list. We will pick this up as and when we have free time. Comment on this issue if you want us to prioritize it. Thanks!

@robinrodricks robinrodricks closed this as not planned Won't fix, can't repro, duplicate, stale Sep 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants