When I trying to sync I am getting this error:
If I create new folder through windows it creates ok:
Then, I see this in FreeFileSync after compare:
Is it possible to fix it somehow?
FTP on Mega.nz and folder names
- Posts: 4
- Joined: 8 Jun 2020
- Posts: 4
- Joined: 8 Jun 2020
I found solution in another program - WinSCP.
But in FreeFileSync there is no such setting.
But in FreeFileSync there is no such setting.
- Site Admin
- Posts: 7198
- Joined: 9 Dec 2007
Mega.nz doesn't support FTP. Are you using some kind of local FTP server?
- Posts: 4
- Joined: 8 Jun 2020
It supports ok with official local server
https://mega.nz/cmd
https://github.com/meganz/MEGAcmd/blob/master/contrib/docs/FTP.md
Also I found an app like FreeFileSync but that supports Mega without ftp - it is Air Explorer.
It would be great to see Mega support in FreeFileSync.
https://mega.nz/cmd
https://github.com/meganz/MEGAcmd/blob/master/contrib/docs/FTP.md
Also I found an app like FreeFileSync but that supports Mega without ftp - it is Air Explorer.
It would be great to see Mega support in FreeFileSync.
- Site Admin
- Posts: 7198
- Joined: 9 Dec 2007
I bet this FTP server fails to report "UTF8" when asked via the "FEAT" command. Can you check this, e.g. issue a custom FTP command via FileZilla.
- Site Admin
- Posts: 7198
- Joined: 9 Dec 2007
Indeed we have a non-compliant server:
https://tools.ietf.org/html/rfc2640#section-3.2
The MEGAcmd FTP server returns "UTF8 ON" instead of "UTF8".
https://tools.ietf.org/html/rfc2640#section-3.2
Servers MUST support the UTF-8 feature in response to the FEAT
command [RFC2389]. The UTF-8 feature is a line containing the exact
string "UTF8".
The MEGAcmd FTP server returns "UTF8 ON" instead of "UTF8".
- Site Admin
- Posts: 7198
- Joined: 9 Dec 2007
FFS will accept this non-conforming response:
https://www.mediafire.com/file/g70b3bui4cz1gk6/FreeFileSync_10.25_%5BBeta%5D_Windows_Setup.exe
https://www.mediafire.com/file/g70b3bui4cz1gk6/FreeFileSync_10.25_%5BBeta%5D_Windows_Setup.exe
- Posts: 4
- Joined: 8 Jun 2020
Yes, server's response is "UTF8 ON"
So, it is Mega's fail.
So, it is Mega's fail.