diff --git a/src/service/plugins/sftp.js b/src/service/plugins/sftp.js index 2789ff36d..b9b869ffb 100644 --- a/src/service/plugins/sftp.js +++ b/src/service/plugins/sftp.js @@ -222,7 +222,7 @@ const SFTPPlugin = GObject.registerClass({ // This is the actual call to mount the device const host = this.device.channel.host; - const uri = `sftp://${host}:${packet.body.port}/`; + const uri = `sftp://${host}:${packet.body.port}/sdcard/`; const file = Gio.File.new_for_uri(uri); await file.mount_enclosing_volume(GLib.PRIORITY_DEFAULT, op,