By Jason (not verified) - Posted on December 26th, 2007
Great bundle as I have been looking for a decent solution to the lack of ftp/ssh support in textmate. I ran into one small problem though, apparently lines 36 & 81 were chopping off a character of the root filename:
Great bundle as I have been looking for a decent solution to the lack of ftp/ssh support in textmate. I ran into one small problem though, apparently lines 36 & 81 were chopping off a character of the root filename:
$relative_dir = substr($TM_DIRECTORY, strlen((empty($PROJECT_DIR) ? $TM_DIRECTORY : $PROJECT_DIR))+1);
My root file folder is /fm and it would give me the error that it cannot open directory: /m/pages/myfile.html instead of /fm/pages/myfile.html.
Anyway I fixed the problem by removing the +1 on those lines.
Again thanks for a great bundle.
~Jason