
This is a common problem of the FTP protocol. Please be aware: although Ghost Commander does not use your credentials except for establishing the connection, or does not pass them anywhere except the site you're connecting to, they are passed to the FTP site unencrypted and can be sniffed by a third party. If the site you're trying to access does not allow anonymous access, your real identity will be asked for in a dialog box. If you don't provide a name and password, "anonymous" will be used. Or just open the location editor and type in the full URL of the desired FTP site, like: In the opened form enter the site name, path and your credentials. If this how-to feels a bit simplistic, it’s because we’ve barely scratched Total Commander’s surface.To access an FTP site, open the home: location and then click on "FTP site". RELATED: How Do You Actually Use Regex? Not an End, But a Beginning That’s it! Now simply hit Start! and Total Commander would transform your messy filenames into neat, properly capitalized filenames with no underscores or dashes. Last but not least, we’ve selected “First of each word uppercase” in the Upper/lowercase drop-down box.We won’t go too deeply into that right now, but we can say what we did in the first step (-|_) is a simple regular expression, which is why we need to enable this. We then ticked the checkbox that says RegEx.That’s because we want to replace all the dashes and underscores with spaces. You can’t see that in the image, but it’s there. Then, in the Replace with box, we just typed a single space character.The pipe means “OR” - so we tell Total Commander to search for dashes OR underscores.

That’s dash (-), pipe (|) and underscore (_).
