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

Fix blind uploads #15

Closed
wwiv opened this issue Dec 12, 2005 · 6 comments
Closed

Fix blind uploads #15

wwiv opened this issue Dec 12, 2005 · 6 comments
Assignees
Milestone

Comments

@wwiv
Copy link
Contributor

wwiv commented Dec 12, 2005

Fix blind uploads – they dont’ work

Original comment by: wwiv

@wwiv
Copy link
Contributor Author

wwiv commented Jul 19, 2014

  • labels: BBS - General Issues --> BBS - General Issues, file base
  • Group: --> 5.0.0
  • Priority: 5 --> 1

Original comment by: ericpareja

@wwiv
Copy link
Contributor Author

wwiv commented Aug 8, 2014

Id' imagine this is the same as download from listplus not working (need to code support for batch upload using internal zmodem)

Original comment by: wwiv

@wwiv
Copy link
Contributor Author

wwiv commented Aug 8, 2014

Yup, this code only works with dsz batch uploads

case 'U':
  if (mode != 3) {
    GetSession()->bout.NewLine();
    GetSession()->bout << "|#5Hang up after transfer? ";
    bHangupAfterDl = yesno();
    GetSession()->bout.NewLine(2);
    i = get_protocol(xf_up_batch);
    if (i > 0) {
      dszbatchul(bHangupAfterDl, externs[i - WWIV_NUM_INTERNAL_PROTOCOLS].receivebatchfn,
                 externs[i - WWIV_NUM_INTERNAL_PROTOCOLS].description);
      if (!bHangupAfterDl) {
        GetSession()->bout.WriteFormatted("Your ratio is now: %-6.3f\r\n", ratio());
      }
    }
    done = true;
  }
  break;

Original comment by: wwiv

@wwiv
Copy link
Contributor Author

wwiv commented Aug 11, 2014

If you add pd-zmodem or some other external zmodem like sexyz) then they work.

Original comment by: wwiv

@wwiv
Copy link
Contributor Author

wwiv commented Aug 11, 2014

  • status: open --> wont-fix
  • assigned_to: Rushfan

Original comment by: wwiv

@wwiv
Copy link
Contributor Author

wwiv commented Aug 11, 2014

I think they do work, not with internal zmodem though. I fixed internal zmodem claiming it supports batch uploads in r797

Original comment by: wwiv

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

3 participants
@askpatrickw @wwiv and others