Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在开发一个支持 http/https/ftp 协议的下载管理器。我正在使用 FTPClientfromApache commons library来通过 FTP 下载文件。我希望能够确定MIME-Type即将下载的文件。请注意,我知道如何retrieveFile使用FTPClient. 我只想获取MIME-Type类似audio/wma.
FTPClient
Apache commons library
MIME-Type
retrieveFile
audio/wma
任何人都可以指导我得到这个吗?
提前致谢
好吧,您将无法使用 FTP 命令获取文件的 MIME 类型,因为它不受支持,因此FTPClient不支持提供该信息。但是,在您下载文件后,您可以使用它org.apache.sling.commons.mime来获取 MIME 类型。
org.apache.sling.commons.mime