how to import project from remote location

Andreas Pakulat apaku at gmx.de
Mon Nov 14 18:23:27 GMT 2011


On 14.11.11 21:10:37, Mahmood Naderan wrote:
> Ok. Maybe this question is not related to this list but I will be
> thankful if you help.
> 
> >you use something like nfs or sshfs to mount them locally
> 
> I mount the remote location via sshfs. The question still present and
> it is in case of file modification, will the new file be uploaded to
> remote location? Or all changes are made in the mounted folder locally
> and then by unmounting the folder, the changes are uploaded to remote
> location?

If you mount through sshfs then you have a local filesystem path that
you give to KDevelop. The transfer of data is completely handled by
sshfs and wether that uses temp-files or directly transfers I have no
clue, you'll have to consult its documentation. KDevelop only sees a
local file in the filesystem, how its read/written to is completely
invisible to it it simply uses the standard unix API for read/write.

Andreas





More information about the KDevelop mailing list