tluyet

New Members
  • Posts

    1
  • Joined

  • Last visited

tluyet's Achievements

New User

New User (1/3)

  1. I have a problem with the First character of a file name that started with a "-" in my case it was "-1Fax.txt". I tracked the error down and it said something like "skipping load torrent for file <filenamehere> -fui: 0, fse:0" the reason for this error is the "-" is a special character in Linux(the os I am dealing with) imagine trying to "nano -1Fax.txt". I would have gladly added this file to the IgnoreList but couldn't figure out how to escape special characters. What I ended up doing was deleting the file from the OS and deleting my folder from btsync (to recreate the database). In my case I was able to change my program that created the file to never have "-" as the first character in a filename. I am not asking for a fix or any other way of handling the issue. I am just posting my findings to help someone else with a similar problem and make the developers aware of the issue so they might change their program to stop people from getting this error. (FYI to nano that file you would type "nano ./-1Fax.txt") BTW. Thanks for the program it is awesome!