merck_delmoro Posted August 4, 2011 Share Posted August 4, 2011 Is it posible to transfer files using computer to computer using lan php?? like the netop does? Quote Link to comment https://forums.phpfreaks.com/topic/243785-is-it-possible-to-transfer-files-to-computer-in-lan-using-php/ Share on other sites More sharing options...
trq Posted August 4, 2011 Share Posted August 4, 2011 PHP is a scripting language. SO basically, anything you can do manually can be automated. Quote Link to comment https://forums.phpfreaks.com/topic/243785-is-it-possible-to-transfer-files-to-computer-in-lan-using-php/#findComment-1251728 Share on other sites More sharing options...
merck_delmoro Posted August 4, 2011 Author Share Posted August 4, 2011 is there any library do i need to download just to do it? if not what function do i used in php? the only thing i knew is uploading files to server ^^ not transferring files from computer to computer can u gave me guild for it? just a simple logic no idea entering my mind now :'( Quote Link to comment https://forums.phpfreaks.com/topic/243785-is-it-possible-to-transfer-files-to-computer-in-lan-using-php/#findComment-1251739 Share on other sites More sharing options...
WebStyles Posted August 4, 2011 Share Posted August 4, 2011 if you can mount the network drive on the server, then all you need is copy($src,$dest); (as long as the share has the appropriate permissions) Quote Link to comment https://forums.phpfreaks.com/topic/243785-is-it-possible-to-transfer-files-to-computer-in-lan-using-php/#findComment-1251784 Share on other sites More sharing options...
merck_delmoro Posted August 4, 2011 Author Share Posted August 4, 2011 thnx thats solve my problem ^^ Quote Link to comment https://forums.phpfreaks.com/topic/243785-is-it-possible-to-transfer-files-to-computer-in-lan-using-php/#findComment-1251826 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.