FileSystemFactory fileSystemFactory = new FileSystemFactory()
{
public FileSystemView createFileSystemView( Session session )
throws IOException
{
return new FileSystemView()
{
public SshFile getFile( String file )
{
file = file.replace( "\\", "" );
file = file.replace( "\"", "" );