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.
also check if library has provision url encoding. if use that
Comments
Post a Comment