configurations.setAccount(srbAccount, opts);
SRBFileSystem srbFs = (SRBFileSystem) VFS.getManager().resolveFile(getURIString(srbAccount), opts)
.getFileSystem().getAttribute(SRBVfsFileSystem.FILESYSTEM);
String uriString = new SRBFile(srbFs, "/srbdev.sf.utas.edu.au/home/pmak.srbdev.sf.utas.edu.au/TestDir").toURI().toString();
//SRB uri appends these characters which screw with the vfs module
uriString = uriString.replace("?#", "");