I am asking for a lot of trust here since most of you don't know me. I am working on an FTP function for a website. The function is supposed to:
log into the ftp server - upload 1 text file
- upload up to 30 640x480 jpg photos
- log off the server
I thought I could test the script using my own web space but that isn't happening since I am hosting the site during development on the same server where I tried to connect via FTP.
What I need is temporary, a few days, FTP access to somewhere just for testing the scripts.
The text file is a "tab delimited" export of a mysql table. The photos are just plain jpg's.
|