Posts: 157
Threads: 32
Joined: Oct 2012
Reputation:
0
Hi,
Is that possible to use in pwn HTTP / PHP connecting with ftp info and writing into .txt file ?
Posts: 6,236
Threads: 310
Joined: Jan 2011
Reputation:
0
Yes it's possible. Use HTTP() to send a request to a .php file, and have that .php file do the FTP stuff.
Posts: 157
Threads: 32
Joined: Oct 2012
Reputation:
0
Can you give some explaine, with ftp connecting ? it'll be great i readed about the http() but i didt understoond it