Hello,
First of all, I would like to thank you for the great file eplorer you created.
I found a small issue with the FTP plugin for TC on Android. When accessing my library over FTP I can't open any files (books, videos and so on), As a workaround I have to copy them locally and then open them afterwards.
Unfortunately, this is not the case when using other File Explorers (e.g. ES File Explorer).
In my opinion there should be an easy fix for this:
The path to the file should be passed to the application (or player). In case of a FTP file should look something like:
ftp://host:port/path/file
or
ftp://user:pass@host:port/path/file
If the player can access the path it should be fine. If not it should report an error.
Please let me know if you need more details from my side.
Many thanks!
FTP plugin - Open file
Moderators: Hacker, petermad, Stefan2, white
Re: FTP plugin - Open file
This is by design of the file transfer protocoll. Transfer in this case means copy. So, this "can't open" is not an issue of Tc for android.gmx-ghisler wrote:over FTP I can't open any files
What you may want is a streaming server on our library. Then clients like media-players can access and open(!) files from the library directly. This is completly independent from Tc for android.
Or you may use the LAN-Plugin (with SMB protocoll) to map your library as a folder.
JOUBE
-
- Junior Member
- Posts: 2
- Joined: 2012-04-21, 06:24 UTC
Re: FTP plugin - Open file
Yes, but it doesn't mean that author couldn't automate a few operations. I don't know like android, but under windows it is the same behaviour. Under windows CTRL+N allow You to enter remote file name, and TC working like wget can fetch file to your HDD. But due to way it manage ftp protocol, when under CTRL+N You put direct path to file like f*tp_://ftp_com/myfile.pdf TotalCommander won't fetch the file, and when serwer doesn't allow to log user actively in, only fetching files, TC is completely useless, when wget or firefox can fetch the file without problem.JOUBE wrote:This is by design of the file transfer protocoll. Transfer in this case means copy. So, this "can't open" is not an issue of Tc for android.gmx-ghisler wrote:over FTP I can't open any files
Ah, I forgot, everything is by the design...