I will be developing a new project in PHP. The scripts will need to be tested on Linux and I will be coding on windows. The script cant be tested on Windows because I will be running Asterisk server on Linux. The script I will write will communicate with the Asterisk server. It will be uploading the files specific directories on Linux for testing. There are three directories I will be working on:
/var/www/
/var/www/admin
/user/local/bin/
- Daemon (process) script will be written in PHP.
It will be annoying I have to keep uploading files to the specific directories via FTP client. So what is alternative good solution to upload files easily to Linux server while im coding on Windows?