diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2011-11-20 12:15:15 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2011-12-12 16:40:29 +0100 |
commit | 9f5fdbf83ebcfbf4efa0f2dd0cf0bdbe1922445e (patch) | |
tree | 7d9dbaf5cb433e370308ff759287aa271f7d1a28 /src/rekonq.kcfg | |
parent | Let sync work with ftp sites :D (diff) | |
download | rekonq-9f5fdbf83ebcfbf4efa0f2dd0cf0bdbe1922445e.tar.xz |
here we are, rekonq ftp remote sync done!
With this commit, I think we reached the "sync" status with remote ftp
sites.
This means we basically have a first sync feature and we can heavily
test it to eventually add more options in the future (webdav?
ownCloud? firefox Sync? etc...)
Diffstat (limited to 'src/rekonq.kcfg')
-rw-r--r-- | src/rekonq.kcfg | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/rekonq.kcfg b/src/rekonq.kcfg index 8b9299b5..df838505 100644 --- a/src/rekonq.kcfg +++ b/src/rekonq.kcfg @@ -270,7 +270,7 @@ <entry name="syncPasswords" type="Bool"> <default>false</default> </entry> - <entry name="syncUrl" type="String"> + <entry name="syncHost" type="String"> <default></default> </entry> <entry name="syncUser" type="String"> @@ -279,6 +279,12 @@ <entry name="syncPass" type="String"> <default></default> </entry> + <entry name="syncPath" type="String"> + <default></default> + </entry> + <entry name="syncPort" type="Int"> + <default>21</default> + </entry> <entry name="lastSyncDateTime" type="DateTime"> <default></default> </entry> |