Problem with ftp_put function

A

Anonymous

Guest
This is the error that I get.

Code:
Warning: ftp_put(): error opening D:\WEB_PAGES\LVFF\Images\lvff_logo_shadow.jpg

That file is on my D drive and it has full permission to read and write off that drive and directory and everything. Does it matter if they are forward slashes or backslashes? Any ideas as to what it might be?
 
You didn't have the picture opened somewhere else did you? One thing I can confirm though is, yes, it does matter whether you use forward slashes or back slashes, back slashes are local directories, and forward slashes are for remote directories.
 
Back
Top