Hi guys,
New to this forum, though not VLC, so I am not 100% sure this is the right place, I have searched for other posts on the topic
platforms tested - windows and android
Using ftps
I can add the ftps server and accept the self signed certifcate no problem in windows (although this does NOT appear to work on android at this stage I am assuming I need actually install the self-signed cert on android itself, however for this testing it isn't a problem as I can replicate the behaviour experienced without the cert installed on android simply using multiple accepts a little annoying but the actual issue is replicated)
The ftps server in question has several folders which start with the # character in every case where there are further subfolders this causes a recursive loop where vlc will simply list relist the folders from the structure just above the parent . If the folder simply contains files attempting to play the files will also show the recursive file list rather than playing the file. I have also done a little testing with the # elsewhere in the folder name and this causes other errors.
for clarity behaviour exhibited is :-
/
#folder1
....folder
........#folder1 here attempting to list the contents of 'folder' which would have furthre subfolders recurses to list the folders 2 up (in this case root but always 2 up
........folder2
........folder3
#folder2
folder3
....#folder4
........file1.avi in this instance with no subfolders only file the files are listed and when you try to play they recurse the folder listing 'folder3''s contents
........file2.mkv
The third case I tested was a # elsewhere in the folder name which exhibited a different error I got the pop up error message box with the following error message
"Your input can't be opened:
VLC is unable to open the MRL 'ftps://server:port/parent folder/part1 #part2/filename.mp4'. Check the log for details."
running this with full debug logging shows a truncation after 'part1', However, I would need to spend some significant time sanitising the log file before I would be prepared to post it in full
This does not happen in other ftps clients of which I have tested filezilla and kodi extensively which leads me to believe the problem lies with VLC
other than removing all #'s from folder names would anyone know of any fix or work around for this issue? or what process I would need to follow to report this as a bug?