FTP Upload of big files FTP Upload of big files
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

FTP Upload of big files

Started by dbasulto, November 14, 2005, 11:30:34 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

dbasulto

Hi,

i'd like a feature that could enable an ftp based upload of big files (bigger than the max amount of MB to be sent over php, set in php.ini which cant be changed in mosts hostings). Like, in the URI space to enter a file, an automated "ftp" line that lets you choose a file, then uploads it by ftp (using php ftp features) using a given user/pass/temp dir, and it internally adds it as an URI file, so it gets processed in CPG. It's like a bypass using URI upload for big files with FTP. Because, as of now, i do that. Use my hosting ftp acc, upload the big file, then enter the URI for it. The problem is that when allowing users to upload files, i cant disclose the hosting ftp info. So i tougth that a plugin could do that, but better if its native supported on CPG 1.4 ;)

Joachim Müller

Why don't you FTP-upload plus batch-add, which is the recommended method for coppermine gallery admins?

dbasulto

that option sounds right, it's an OK method for what i'm doing now. but what if you have several users that require to upload big files? i have 2-3 users, so im handling that myself, but it'd be nice in future versions to let each user do it that way. I just like to point this out as a possible feature for next releases, in case it makes sense to cover a wider range of "weird" uses ;)

kegobeer

Allowing guests to have FTP access begs for trouble.  This isn't an option we are considering.
Do not send me a private message unless I ask for one.  Make your post public so everyone can benefit.

There are no stupid questions
But there are a LOT of inquisitive idiots

dbasulto

#4
Quote from: kegobeer on November 15, 2005, 03:01:40 AM
Allowing guests to have FTP access begs for trouble.  This isn't an option we are considering.

but what if they never use the ftp info? it does it internally? or using php ftp functions could be exploited?

there's a [ulr=http://www.azlankasim.net/?p=10l]wordpress plugin[/url] like that

Nibbler

You can't use the php ftp function to do that, it's not how they work. The script you mention is just a standard HTTP upload that then FTPs the file somewhere once it has been uploaded to the server. You can't get around the limitations of HTTP upload using either of the methods you suggest.

dbasulto

ok, so the only way around would be upload by ftp and then use URI upload (or batch add by admin)? ;)

Nibbler

Use batch add. Using URL upload for files that are already on the server is just silly.