Re: [PHP] File moving hell on Windows

2012-07-31 Thread Matt Graham
Mike Mackintosh wrote: >> What protocol are you targeting? FTP, SFTP, SSH, SMB, etc? From: Brian Dunning > Regular Windows networking. If you're using a 'Doze box, and you want to use PHP functions like rename(), then IIRC the only real option that you have is to do something like: system("net

Re: [PHP] File moving hell on Windows

2012-07-31 Thread Mike Mackintosh
On Tuesday, July 31, 2012 at 9:35 PM, tamouse mailing lists wrote: > On Jul 31, 2012 12:12 PM, "Brian Dunning" (mailto:br...@briandunning.com)> wrote: > > > > Regular Windows networking. > > > > On Jul 30, 2012, at 2:29 PM, Mike Mackintosh < > mike.mackint...@angrystatic.com (mailto:mike.mackint

Re: [PHP] File moving hell on Windows

2012-07-31 Thread tamouse mailing lists
On Jul 31, 2012 12:12 PM, "Brian Dunning" wrote: > > Regular Windows networking. > > On Jul 30, 2012, at 2:29 PM, Mike Mackintosh < mike.mackint...@angrystatic.com> wrote: > >> > > What protocol are you targeting? FTP, SFTP, SSH, SMB, etc? > > > > -- > > Mike Mackintosh > > PHP 5.3 ZCE > > > > > -

Re: [PHP] File moving hell on Windows

2012-07-31 Thread Brian Dunning
Regular Windows networking. On Jul 30, 2012, at 2:29 PM, Mike Mackintosh wrote: >> > What protocol are you targeting? FTP, SFTP, SSH, SMB, etc? > > -- > Mike Mackintosh > PHP 5.3 ZCE > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] File moving hell on Windows

2012-07-30 Thread Mike Mackintosh
On Monday, July 30, 2012 at 5:19 PM, Brian Dunning wrote: > I'm dealing with a Windows NT network that includes some digital printing > presses that also run Windows. PHP 5.3.8 is running on one NT machine. Its > job is to take CSV files that exist in a directory on one machine, and move > them

[PHP] File moving hell on Windows

2012-07-30 Thread Brian Dunning
I'm dealing with a Windows NT network that includes some digital printing presses that also run Windows. PHP 5.3.8 is running on one NT machine. Its job is to take CSV files that exist in a directory on one machine, and move them to a directory on the digital presses. All the source and destinat