Ok, this is my result for ft commands in client query.
----------Not working commands
Code:
1. ftgetfileinfo
---How it looks on Client Query---
>>ftgetfileinfo cid=1 cpw= name=\/test.txt
error id=0 msg=ok
---How it should look like (from Server Query)---
>>ftgetfileinfo cid=1 cpw= name=\/test.txt
cid=1 name=\/test.txt size=2600 datetime=1424423962
error id=0 msg=ok
2. ftgetfilelist
---How it looks on Client Query---
>>ftgetfilelist cid=1 cpw= path=\/
error id=0 msg=ok
---How it should look like (from Server Query)---
>>ftgetfilelist cid=1 cpw= path=\/
cid=1 path=\/ name=Test size=0 datetime=1424423894 type=0|name=test.txt size=2600 datetime=1424423962 type=1
error id=0 msg=ok
3.ftinitdownload
---How it looks on Client Query---
>>ftinitdownload clientftfid=1 name=\/test.txt cid=1 cpw= seekpos=0
error id=0 msg=ok
---How it should look like (from Server Query)--
>>ftinitdownload clientftfid=1 name=\/test.txt cid=1 cpw= seekpos=0
clientftfid=1 serverftfid=5 ftkey=JxV1TttttQKjNXqckIYMbpkdBBcrvz1W port=30033 ip=0.0.0.0, size=2600
error id=0 msg=ok
4. ftinitupload
---How it looks on Client Query---
ftinitupload clientftfid=1 name=\/image.iso cid=1 cpw= size=2562 overwrite=1 resume=0
error id=0 msg=ok
---How it should look like (from Server Query)--
>>ftinitupload clientftfid=1 name=\/test.txt cid=1 cpw= size=2562 overwrite=1 resume=0
clientftfid=1 serverftfid=7 ftkey=7Nihpb+iVTaJ4F9Wmt5uhPPlGj6paVI2 port=30033 ip=0.0.0.0, seekpos=0
error id=0 msg=ok
----------Working commands are
Code:
ftcreatedir
ftdeletefile (file and folder)
ftrenamefile (rename and/or move files/folders)
ftlist (must be used with "clientnotifyregister")
ftstop (delete=0 and 1)
I will report the 4 commands to our developers. Thank you for your report!