polmr

Results 107 comments of polmr

Hi @Tzuramishav , that's unexpected. Is `mega-find` successful in finding those files? Do yo have an example of a non listed file?

Just to discard some pattern finding issue, can you list the handle in the machine where it works: ``` mega-ls tapzens.rar --show-handles ``` It should output something like: ``` tapzens.rar...

That discards any issue with the pattern. Would you mind sharing a log with us? In order to get it, logout and close MEGAcmd (ensure there are no `mega-cmd-server` process...

Newer releases of MEGAcmd for NAS (Synology/QNAP) featuring several improvements and fixes, can now be downloaded from here: https://mega.io/nas. **Note**: Non English version website may still show old links to...

Note: `\` is an escaping character. In this case, it escapes the subsequent space. That is telling MEGAcmd that the first parameter of `put` is a single word. Something named...

Hi @mariamatthews I was wrong: MEGAcmd does not support using drive units as local parameters. Apologies for that. You can however upload elements individually. And even do this in powershell:...

The reason is that it is not MEGAcmd who is expanding wildcards, but the shell you are using. In bash (asuming bash) will _expand_ /path/to/some/local/folder/* to all files/folders that match...

You can use writable exported folders for that case: Loged in your account ``` mega-export -a --writable /path/to/folder ``` This will print something like: ``` Exported /path/to/folder: https://mega.nz/folder/PPPPPPPP#SSSSSSSSSSSSSSSSSSSSSS AuthToken =...

The URL needs to be the one MEGAcmd indicates. eg: ``` ftp://127.0.0.1:4990/ioxxQJLA/my_folder ``` That IP (127.0.0.1) is the loopback IP: MEGAcmd need to be running in the same computer for...

Hello @thany ! You may want to know that MEGA has support for integration with Object Storage clients, without the requirement to have a dedicated piece of software running in...