android - Java ftpclient changeworkingdirectory makedirectory -


i'm new java or android. now, have use ftpclient org.apache. however, there's problem in directory name 123_andy?. cannot changeworkingdirectory or makedirectory due question mark. so, problem how can retrieve part of directory name, change working directory.

you may have encode question mark. try 123_andy%3f.

%3f encoding ?

also check if library has provision url encoding. if use that


Comments

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

sql - Simple C# web application with a database -

c# - Abstract method in public abstract class implementing an internal interface doesn't compile? -