Ben burada yeniyim. Ben PHP, FTP ve CURL ile ilgili bir sorum var.
Ben CURL FTP ile PHP'nin stat () taklit etmek gerekir. Ben zaten bunu yapmak için birden fazla komut alabilir biliyorum. İşte ben bugüne kadar (PHP / STAT ... FTP / CURL) var ne:
- dev
- ino
- mode ... LİSTESİ *
- nlink
- uid ... LİSTESİ *
- gid ... LİSTESİ *
- rdev
- boyutu ... BOY (veya daha iyisi, kullanım LİSTESİ'ndeki)
- atime
- mtime ... MDTM
- Ctime
- blksize
- bloklar
*How is FTP LIST used and parsed (preferably on a single file)? What I need most are the values for atime and Ctime, there rest is to be filled for the sake of having full functionality.
Benim nihai hedef streamWrapper işlevselliği (yani allow_url_fopen bypass gibi) ile düzgün FTP erişimi için bir sınıf sahip olmaktır.
Cheers! Christian Sciberras