OS4 DepotLogo by Alkaron 
   Home     List Software     Search     Contact     Help  
 Menu
 
 Features
   Crashlogs
   Bug tracker
   Locale browser
 
 Username

 Password


   Register here

 Main menu
   BBCode test
 
 Content
   Help
   ToDo List
   List Content
 
 
Support the site
 View comments
[View Software][View Issues][View Issue]
Name:ftpmount
Title:FTPMount - mount ftp sites as regular directories
Owner:abalaban
URL:
Created:20090430 10:42 by orgin
 Issue details
Type:BugSeverity:Medium
Status:OpenStatus Comment:
Title:ftpmount mkdir crash
Version:1.5
Navigate: 1-3 
abalabanWhat should be the right action do this ?20090515 11:29
You are right this should not crash, however what should FTPMount do exactly ?
What did the user meant by trying to create a directory in FTP: ? Should FTPMount try to connect to an host named as the directory which is tried to be created ?
orginRe: What should be the right action do this ?20090515 12:11
@abalaban

It should just display a warning and then do nothing I think.

edit: Or alternatively automatically create, but not connect to, a new predefined ftp site. "mkdir ftp.banana.com" adds a new "ftp.banana.com.info"
abalabanRe: What should be the right action do this ?20090517 01:02
@orgin

It's difficult because the handler has absolutely zero knowledge about the command being invoked : everything is translated into DOS packet sometimes the translation is straight forward : 1 command -> 1 DOS packet but this is generaly not the case, for example makedir (and I'm not speaking about Unix's mkdir) is at least first trying to lock the dir (to check its existance I guess) then it creates it, so the handler receives in this case at least two packets : ACTION_LOCATE_OBJECT and ACTION_CREATE_DIR.

About the automatic creation of icons I'm not sure I have reworked default values to be able to add (later) a preference program to configure this.
Navigate: 1-3 
Copyright (c) 2004-2024 by Björn Hagström. All Rights Reserved