SublimeText2-FTPSync icon indicating copy to clipboard operation
SublimeText2-FTPSync copied to clipboard

can not create directory on server!

Open dalianwa opened this issue 9 years ago • 2 comments

can not create directory on server when i click FTPSync->upload! but when i upload a file,it works. is there anything wrong in my config file? "default": {

    "upload_on_save": false, // set *false* if you do not want to upload on save!

    // "port": 21,
    // "tls": false,
    // "timeout": 30, // [seconds]

    // "passive": true,
    // "download_on_open": false,
    // "overwrite_newer_prevention": true,
     "default_folder_permissions": "777",
    // "default_upload_permissions": null, // null = no action taken
    // "time_offset": 0, // [seconds]
    // "always_sync_local_permissions": true,

    // Value "auto" = use UTF-8 if availible (FEAT: UTF8), otherwise use local
    // "encoding": "auto",

    // Trade small performance impact for more stable and secure transfer (old file is intact until the download is finished)
    // "use_tempfile": true,

    // Regular expression, recommending using \b in general and /.../ for folders to avoid matching substrings
    // "ignore": "",

    // Can be used for increase of performance or to allow build scripts to finish
    // "upload_delay": 0, // [seconds]

    // Only if the server has MFMT extension installed
    // "set_remote_lastmodified": true,

    // Chmod value for files newly downloaded by FTPSync
    //   "auto" = same as on server
    //   null = no action taken
    //   "0644" = example for direct value
    // "default_local_permissions": "auto",

    // List of lists with pathnames and filenames to folders to be watched for change in between delay (upload_delay)
    //   example: after_save_watch: [ [ "code/assets/css", "*.css" ], [ "code/assets/", "*.jpg, *.png, *.gif" ] ]
    //   used only in conjunction with upload_on_save and upload_delay **
    // For more info see https://github.com/NoxArt/SublimeText2-FTPSync/wiki/Why-and-how-to-use-afterwatch
    // "after_save_watch": [],

}

dalianwa avatar Jul 20 '15 03:07 dalianwa

Hi, the config seems OK. What Sublime version do you have? So you mean when you upload a folder it does not get created? It should

Is there anything interesting in the console when you do it? Thank you

NoxArt avatar Aug 13 '15 13:08 NoxArt

version 3,it works now..

dalianwa avatar Aug 14 '15 00:08 dalianwa