[PHP] ftp_put issues

2009-04-15 Thread James
Hi, I'm trying to upload a pdf file from a local drive to the server using a php routine. I've done it server to server before with no issues but this just keeps failing on me. This is the function I'm calling, it connects and logs in just fine, but it will not upload the file. The file I'm sen

Re: [PHP] ftp_put issues

2009-04-15 Thread Chris
James wrote: Hi, I'm trying to upload a pdf file from a local drive to the server using a php routine. I've done it server to server before with no issues but this just keeps failing on me. This is the function I'm calling, it connects and logs in just fine, but it will not upload the file. T

RE: [PHP] ftp_put issues

2009-04-16 Thread James
Hi, yeah ftp manually works just fine using the same login too. James -Original Message- From: Chris [mailto:dmag...@gmail.com] Sent: Wednesday, April 15, 2009 10:09 PM To: James Cc: php-general@lists.php.net Subject: Re: [PHP] ftp_put issues James wrote: > Hi, I'm trying to

Re: [PHP] ftp_put issues

2009-04-16 Thread j's php general
lists.php.net > Subject: Re: [PHP] ftp_put issues > > James wrote: >> Hi, I'm trying to upload a pdf file from a local drive to the server using > a >> php routine. I've done it server to server before with no issues but this >> just keeps failing on me. >&g

RE: [PHP] ftp_put issues

2009-04-16 Thread James Hill
Sent: Thursday, April 16, 2009 10:07 AM To: James Cc: php-general@lists.php.net Subject: Re: [PHP] ftp_put issues On Thu, Apr 16, 2009 at 9:27 PM, James wrote: > Hi, yeah ftp manually works just fine using the same login too. > > James > > -Original Message---

Re: [PHP] ftp_put issues

2009-04-16 Thread j's php general
On Thu, Apr 16, 2009 at 10:24 PM, James Hill wrote: > The ftpData function and in fact all the php stuff is running online on my > webserver. The pdf file is on my local machine, I'm trying to upload the > local pdf file to the server using ftp. > > > > The dest variable I have tried with the full

RE: [PHP] ftp_put issues

2009-04-16 Thread James Hill
Ah ok, I guess that would explain it. Thanks for your help :-) -Original Message- From: j's php general [mailto:php-generals-php-dot-...@jhive.net] Sent: Thursday, April 16, 2009 10:39 AM To: James Hill Cc: php-general@lists.php.net Subject: Re: [PHP] ftp_put issues On Thu, Apr 16,