[SOLVED] FTP Upload any file

Ah sorry, the enum FileType is from the ftp crate and thus must be imported like this:

use ftp::types::FileType;
1 Like