Hi,
i'm trying a FTP upload to a Linux box, via a HTML form ($file) and PHP (ftp_put)
Under Linux it goes fine but under Win2000, the
real path c:\folder\file.me gets transformed into c:\folder\file.me , and it crashes.
Any hint to why the slashes double? My research to date has been useless.
Thanks in advance