// 文件夹不存在时新建
if (!fTPClient.changeWorkingDirectory(remotePath)) {
fTPClient.makeDirectory(remotePath);
fTPClient.changeWorkingDirectory(remotePath);
}
// 文件夹不存在时新建
if (!fTPClient.changeWorkingDirectory(remotePath)) {
fTPClient.makeDirectory(remotePath);
fTPClient.changeWorkingDirectory(remotePath);
}