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 -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -