Rename File

FTP client for Android handsets.
Post Reply
xavy
Posts: 5
Joined: Mon Aug 08, 2011 10:01 pm
AntiSpam sum: 8

Rename File

Post by xavy »

Hi All,


I use andftp to sync files between android and my server.

I need the example of code to rename file on server througth andftp?



Does anyone have an idea?


Best Regards,
xavy

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

Re: Rename File

Post by support »

Long press on file you want to rename, then you will see a green checkbox when the file is selected, then Menu->Rename

xavy
Posts: 5
Joined: Mon Aug 08, 2011 10:01 pm
AntiSpam sum: 8

Re: Rename File

Post by xavy »

Hi all,


Thanks by your reply.

I need rename file on server through code, because through user interface of andftp I know.

I would like now if is possible you post here a sample of code to explain how between tags .


Best regards,
Xavy

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

Re: Rename File

Post by support »

Oh, you mean an Intent?

xavy
Posts: 5
Joined: Mon Aug 08, 2011 10:01 pm
AntiSpam sum: 8

Re: Rename File

Post by xavy »

Yeah,

I need change file name in server throught programming, not throught user interface.
Is to automatic process, I send file to server with extension ".tmp", and when upload finished, I need rename file to ".zip", because I have a listener in folder from server.

I am SW developer and use ANDFTP in my application to agille proccess to send data to server.


Best Regards,
Xavy

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

Re: Rename File

Post by support »

Currently we don't have this Intent.

Post Reply