2
0
mirror of https://github.com/meganz/MEGAcmd synced 2025-08-31 05:45:11 +00:00

Merge branch 'develop' into feature/CMD-224_Expose_FUSE_functionalit_updated_wrft_develop_and_cmake_build

This commit is contained in:
Diego Ximenez
2025-02-25 20:14:37 +01:00
116 changed files with 3548 additions and 5779 deletions

View File

@@ -19,6 +19,7 @@ Options:
*If you serve more than one location, these parameters will be ignored and used those of the first location served.
If you want to change those parameters, you need to stop serving all locations and configure them again.
Note: FTP settings and locations will be saved for the next time you open MEGAcmd, but will be removed if you logout.
Caveat: This functionality is in BETA state. It might not be available on all platforms. If you experience any issue with this, please contact: support@mega.nz
</pre>

View File

@@ -12,5 +12,5 @@ It's only recommended to disable these features before uploading files
with image or video extensions that are not really images or videos,
or that are encrypted in the local drive so they can't be analyzed anyway.
Notice that this setting will be saved for the next time you open MEGAcmd
Notice that this setting will be saved for the next time you open MEGAcmd, but will be removed if you logout.
</pre>

View File

@@ -6,5 +6,5 @@ Usage: `https [on|off]`
HTTPS is not necesary since all data is stored and transfered encrypted.
Enabling it will increase CPU usage and add network overhead.
Notice that this setting will be saved for the next time you open MEGAcmd
Notice that this setting will be saved for the next time you open MEGAcmd, but will be removed if you logout.
</pre>

View File

@@ -1,5 +1,5 @@
### log
Prints/Modifies the current logs level
Prints/Modifies the log level
Usage: `log [-sc] level`
<pre>
@@ -8,6 +8,7 @@ Options:
Messages captured by MEGAcmd server.
-s SDK log level (lower level messages).
Messages captured by the engine and libs
Note: this setting will be saved for the next time you open MEGAcmd, but will be removed if you logout.
Regardless of the log level of the
interactive shell, you can increase the amount of information given

View File

@@ -11,4 +11,6 @@ URL Proxy URL (e.g: https://127.0.0.1:8080)
--auto To use the proxy configured in your system
--username=USERNAME The username, for authenticated proxies
--password=PASSWORD The password, for authenticated proxies. Please, avoid using passwords containing " or '
Note: Proxy settings will be saved for the next time you open MEGAcmd, but will be removed if you logout.
</pre>

View File

@@ -3,9 +3,9 @@ Show all issues with current syncs
Usage: `sync-issues [[--detail (ID|--all)] [--limit=rowcount] [--disable-path-collapse]] | [--enable-warning|--disable-warning]`
<pre>
When MEGAcmd detects conflicts with the data it's synchronizing, a sync issue is triggered. Syncing is stopped, and no progress is made on the conflicting data.
A notification will appear when sync issues are detected. Because the sync engine might clear the internal issue list when processing, the notification can appear even if there were already issues before.
Note: the sync issue list might not contain the latest updated data. Some issues might still be being processing by the sync engine, and some might not have been removed yet.
When MEGAcmd detects conflicts with the data it's synchronizing, a sync issue is triggered. Syncing is stopped on the conflicting data, and no progress is made. Recovering from an issue usually requires user intervention.
A notification warning will appear whenever sync issues are detected. You can disable the warning if you wish. Note: the notification may appear even if there were already issues before.
Note: the list of sync issues provides a snapshot of the issues detected at the moment of requesting it. Thus, it might not contain the latest updated data. Some issues might still be being processed by the sync engine, and some might not have been removed yet.
Options:
--detail (ID | --all) Provides additional information on a particular sync issue.
@@ -16,14 +16,14 @@ Options:
LAST_MODIFIED: The most recent date when this file or directory was updated.
UPLOADED: For cloud paths, the date of upload or creation. Empty for local paths.
SIZE: The size of the file. Empty for directories.
TYPE: The type of the path (file or directory). This column is hidden if the information it's not relevant for the particular sync issue.
TYPE: The type of the path (file or directory). This column is hidden if the information is not relevant for the particular sync issue.
The "--all" argument can be used to show the details of all issues.
--limit=rowcount Limits the amount of rows displayed. Can also be combined with "--detail".
--limit=rowcount Limits the amount of rows displayed. Set to 0 to display unlimited rows. Default is 10. Can also be combined with "--detail".
--disable-path-collapse Ensures all paths are fully shown. By default long paths are truncated for readability.
--enable-warning Enables the notification that appears when issues are detected. This setting is stored locally for all users.
--disable-warning Disables the notification that appears when issues are detected. This setting is stored locally for all users.
--col-separator=X Use the string "X" as column separator. Otherwise, spaces will be added between columns to align them.
--output-cols=COLUMN_NAME_1,COLUMN_NAME2,... Select which columns to show and their order.
--enable-warning Enables the notification that appears when issues are detected. This setting is saved for the next time you open MEGAcmd, but will be removed if you logout.
--disable-warning Disables the notification that appears when issues are detected. This setting is saved for the next time you open MEGAcmd, but will be removed if you logout.
--col-separator=X Uses the string "X" as column separator. Otherwise, spaces will be added between columns to align them.
--output-cols=COLUMN_NAME_1,COLUMN_NAME2,... Selects which columns to show and their order.
DISPLAYED columns:
ISSUE_ID: A unique identifier of the sync issue. The ID can be used alongside the "--detail" argument.

View File

@@ -20,8 +20,8 @@ Options:
[deprecated] -r ID|localpath same as --enable.
--path-display-size=N Use at least N characters for displaying paths.
--show-handles Prints remote nodes handles (H:XXXXXXXX).
--col-separator=X Use the string "X" as column separator. Otherwise, spaces will be added between columns to align them.
--output-cols=COLUMN_NAME_1,COLUMN_NAME2,... Select which columns to show and their order.
--col-separator=X Uses the string "X" as column separator. Otherwise, spaces will be added between columns to align them.
--output-cols=COLUMN_NAME_1,COLUMN_NAME2,... Selects which columns to show and their order.
DISPLAYED columns:
ID: an unique identifier of the sync.
@@ -31,7 +31,6 @@ DISPLAYED columns:
Pending: Sync config has loaded but we have not attempted to start it yet.
Loading: Sync is in the process of loading from disk.
Running: Sync loaded and active.
Paused: Sync loaded but sync logic is suspended for now..
Suspended: Sync is not loaded, but it is on disk with the last known sync state.
Disabled: Sync has been disabled (no state cached). Starting it is like configuring a brand new sync with those settings.
STATUS: State of the sync, possible values:

View File

@@ -18,8 +18,8 @@ Show options:
--only-completed Show only completed download
--limit=N Show only first N transfers
--path-display-size=N Use at least N characters for displaying paths
--col-separator=X Use the string "X" as column separator. Otherwise, spaces will be added between columns to align them.
--output-cols=COLUMN_NAME_1,COLUMN_NAME2,... Select which columns to show and their order.
--col-separator=X Uses the string "X" as column separator. Otherwise, spaces will be added between columns to align them.
--output-cols=COLUMN_NAME_1,COLUMN_NAME2,... Selects which columns to show and their order.
TYPE legend correspondence:
⇓ = Download transfer

View File

@@ -18,6 +18,7 @@ Options:
*If you serve more than one location, these parameters will be ignored and use those of the first location served.
If you want to change those parameters, you need to stop serving all locations and configure them again.
Note: WEBDAV settings and locations will be saved for the next time you open MEGAcmd, but will be removed if you logout.
Caveat: This functionality is in BETA state. It might not be available on all platforms. If you experience any issue with this, please contact: support@mega.nz
</pre>