java.io.FileNotFoundException

FTP client for Android handsets.
Post Reply
pika
Posts: 3
Joined: Sun Jun 24, 2012 12:39 am
AntiSpam sum: 8

java.io.FileNotFoundException

Post by pika »

Hello,

When downloading a file with double quotes (") or a colon (:) in the filename, AndFTP throws the following:

java.io.FileNotFoundException: /path/to/local/file (Invalid argument).

I'm using a Samsung Intercept with Android 2.2.

Thanks for the otherwise great app.

pika
Posts: 3
Joined: Sun Jun 24, 2012 12:39 am
AntiSpam sum: 8

Re: java.io.FileNotFoundException

Post by pika »

Also happens if the filename has a question mark. Doesn't happen with an exclamation mark.

support
Posts: 853
Joined: Sun Apr 20, 2008 4:40 pm

Re: java.io.FileNotFoundException

Post by support »

Android filesystem don't allow filename with ? Are you able to create a local file with such character?

Post Reply