ftp problem

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
susrisha
Forum Contributor
Posts: 439
Joined: Thu Aug 07, 2008 11:43 pm
Location: Hyderabad India

ftp problem

Post by susrisha »

I am trying to upload a video using php ftp libraries.. Which mode do i have to set? FTP_BINARY or FTP_ASCII??
User avatar
Benjamin
Site Administrator
Posts: 6935
Joined: Sun May 19, 2002 10:24 pm

Re: ftp problem

Post by Benjamin »

Binary for sure :)
Post Reply