Uploading a file through exec, hanging script
Posted
by Tyler
on Stack Overflow
See other posts from Stack Overflow
or by Tyler
Published on 2010-01-24T06:06:59Z
Indexed on
2010/03/12
4:27 UTC
Read the original article
Hit count: 630
Basically in a nutshell is I am using exec() to run WinSCP, which is causing the script to hold until the file is uploaded. Is there anyway to make it so that the script continues, and the upload runs in the background?
Running PHP 5.3.1 on Win7.
© Stack Overflow or respective owner