PDA

View Full Version : How to browse remote computer?



bejronix
20th July 2013, 21:01
Hi,

I'm creating remote desktop application in qt 4.8. I have to implement some way to browse remote computer directory structure and possibility to download files on local machine. I'm wondering how can achieve this...

ChrisW67
21st July 2013, 03:20
Any way you want/can: your question is utterly open-ended... Windows network shares/UNC names, FTP server/client, SSH server and client, insecure remote shell/copy, NFS server and client, HTTP and/or WEBDAV...

bejronix
21st July 2013, 23:04
Thanks. I solved this problem by implement ftp server and client.