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

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -