Set "Append remote directory to URL path" option false by default

This commit is contained in:
Jaex 2019-02-03 09:30:16 +03:00
parent d2ab84e74b
commit 99a18b3697

View file

@ -63,7 +63,7 @@ public class FTPAccount : ICloneable
[Category("FTP"), Description("URL = HttpHomePath + SubFolderPath + FileName\r\nIf HttpHomePath is empty then URL = Host + SubFolderPath + FileName\r\n%host = Host")]
public string HttpHomePath { get; set; }
[Category("FTP"), Description("Automatically add sub folder path to end of http home path"), DefaultValue(true)]
[Category("FTP"), Description("Automatically add sub folder path to end of http home path"), DefaultValue(false)]
public bool HttpHomePathAutoAddSubFolderPath { get; set; }
[Category("FTP"), Description("Don't add file extension to URL"), DefaultValue(false)]