|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stop making mediocre tutorials.The best tutorials are video! Camtasia Studio makes it easy to create engaging, buzz-building screen videos at any size, in any popular format. Download the free trial!
|
|
#1
|
|||
|
|||
|
ftp warnings
Warning: ftp_put(): Ready to receive "1.zip" . Mode STREAM Type BINARY. in /home/the/public_html/mysql/uploadtest.php on line 337
Warning: ftp_put(): Write error (se=0, pe=1015). Transfer aborted. in /home/the/public_html/mysql/uploadtest.php on line 337 Can anyone explain to me in detail what this warning means, and what I might be doing wrong? My script is supposed to take a zip file and upload it to another ftp server...
__________________
~ Kaen |
|
#2
|
||||
|
||||
|
It looks like PHP couldn't write the file to the FTP location. Maybe the user you're connecting with doesn't have write access or you're trying to write it to an invalid place?
---John Holmes... |
|
#3
|
|||
|
|||
|
So basically that error arises from either an invalid location or no write access?
|
|
#4
|
||||
|
||||
|
Post your code that you are using. That will help a little more.
From an initial glance it looks like a rights issue. |
|
#5
|
|||
|
|||
|
PHP Code:
|
![]() |
| Viewing: Dev Shed Forums > System Administration > FTP Help > ftp warnings |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|