lukasz-wronski / vscode-ftp-sync

Ftp Sync plugin for Visual Studio Code

Home Page:https://marketplace.visualstudio.com/items/lukasz-wronski.ftp-sync

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error: EXDEV: cross-device link not permitted on mounted drive

lukasz-wronski opened this issue · comments

Force download or upload, I believe, are showing the right number of operations, if I just ask to Run, it is not working with the error:

Ftp-sync: sync error: Error: EXDEV: cross-device link not permitted, rename '/tmp/uf58xa20tz9f6r' -> '/PATH/FileName.js'

(My /home is mounted in another partition then my /, so my /tmp is in a cross-device regarding anything on /home)

Reported by @EthraZa

Just saw this on 0.2.1 when Sync R2L

Still open in 0.2.5 using Sync R2L using Windows with two disks (VSCode runnning from C:, work directory on D:).

So two partition causes this too? Thats good, I can easily test it and try to fix it. Thanks for info @rittap.

This is fixed now. Please check if the problem still exists.

Confirmed fix for Windows. Will check on Mac OS X tomorrow. Perhaps @EthraZa can verify for Linux?

Fixed on Linux as well.

Great! Thank you.