Sunday, 15 January 2012

php - Get the stream content file from remote files -



php - Get the stream content file from remote files -

i'm using phpseclib connect sftp php. need zip files sftp server. zip files contains xml , jpg files. should extract info xml , stream jpg files , save in database. can't download zip file because haven't write permissions.

can stream content file (zip, xml , jpg) remote files? note i'm using phpseclib.

you can stream content, zip need programme library operates on stream zip format (i not know 1 of existing libraries can out of box, ones know can't, perhaps pclzip).

then need operate on in-memory streams zip xml , jpg files 1 time again needs utilize stream compatible libraries - need them write in context of php. or @ to the lowest degree invest fair amount of time deal way.

but yes, it's possible. , (hopefully) can it.

php xml zip sftp phpseclib

No comments:

Post a Comment