mtheall / ftpd

FTP Server for 3DS/Switch
GNU General Public License v3.0
1.37k stars 132 forks source link

Progress bar stopped showing up #153

Open A765-ALEX opened 2 years ago

A765-ALEX commented 2 years ago

Describe the bug ftpd used to show file transfer progress whenever I uploaded a file.

To Reproduce Steps to reproduce the behavior:

  1. Upload any file using FTP (in this case, a backup ROM of Minecraft [N3DS Edition])

Expected behavior I expected to see the file transfer progress bar.

Platform (please complete the following information):

Additional context I'm not sure if this is a bug or if I enabled it by accident.

mtheall commented 2 years ago

For uploads there is no progress bar because we don't know what the file size will be. It should show you the total uploaded size continuously though.