Click to See Complete Forum and Search --> : [RESOLVED] FTP Issue


Genixdeae
03-25-2007, 01:41 AM
Ok, the script I'm making now needs to ftp files to a server. I'm using ftp_put(). When it executes it says that access is denied. I have tested the account and even made a test administrators account and both accounts give the same error, even though they do have the right permissions.

I did a little research and people said to use chmod(ftp_chmod) so I gave that a try and no luck still. Anyone have any ideas as to what else might be causing the issue?

edit::
I tried runing the ftp script to ftp to a diff server and i got another error message.

ftp_put() [function.ftp-put]: /ac_ftp/: Not a regular fileany idea what that one means?

Genixdeae
03-25-2007, 02:57 AM
lol, sorry, did a little more research and figured out the issue....