Good morning, I'm having trouble getting to a subdirectory on ftp, the name of one of the subdirectories has space, so I can not move forward. I'm doing a project in Java. Could someone please help?
ftp.changeWorkingDirectory("/Premium%202.0/Executaveis/Producao");
In this case, when I copy the path, it inserts% 2, so only the root of ftp is listed.