FtpProgress

An FTP progress delegate.

You may need to add the restart position to this, and use SIZE to determine percentage completion. This only represents the number of bytes transferred.

alias FtpProgress = void delegate(in size_t pos)

Meta