Hi to all, i'm quite new to mucommander, bu i want to ask a few questions about it and to report some bugs i found yesterday.
First, sftp: i succesfully connected to server via sftp using my private key, but in some cases the file/dir listings are not good, sometime does not refresh the view and reports duplicated / inexistant folders...
Second, file editing: i tryied to directly edit a file from the server, but it open only in read only mode. With any other program i edit the temp file, than the program ask me to reupload the modified file to server.
Hi, Phaedra.
EDIT:
also found this error while scouting trough folders.
java.io.IOException: Failure
at com.sshtools.j2ssh.sftp.SftpSubsystemClient.readFile(Unknown Source)
at com.sshtools.j2ssh.sftp.SftpFileInputStream.read(Unknown Source)
at com.mucommander.file.impl.sftp.SFTPFile$SFTPRandomAccessInputStream.read(SFTPFile.java:842)
at com.mucommander.io.StreamUtils.readFully(StreamUtils.java:338)
at com.mucommander.file.impl.zip.provider.ZipFile.positionAtCentralDirectory(ZipFile.java:1025)
at com.mucommander.file.impl.zip.provider.ZipFile.parseCentralDirectory(ZipFile.java:759)
at com.mucommander.file.impl.zip.provider.ZipFile.<init>(ZipFile.java:117)
at com.mucommander.file.impl.zip.ZipArchiveFile.checkZipFile(ZipArchiveFile.java:83)
at com.mucommander.file.impl.zip.ZipArchiveFile.getEntryIterator(ZipArchiveFile.java:163)
at com.mucommander.file.AbstractArchiveFile.createEntriesTree(AbstractArchiveFile.java:107)
at com.mucommander.file.AbstractArchiveFile.checkEntriesTree(AbstractArchiveFile.java:136)
at com.mucommander.file.AbstractArchiveFile.getArchiveEntryFile(AbstractArchiveFile.java:326)
at com.mucommander.file.FileFactory.getFile(FileFactory.java:451)
at com.mucommander.file.impl.sftp.SFTPFile.ls(SFTPFile.java:438)
at com.mucommander.file.AbstractFile.ls(AbstractFile.java:516)
at com.mucommander.ui.main.FolderPanel$ChangeFolderThread.run(FolderPanel.java:1172)
