Jump to content
caiuskahn

link direct catre ftp

Recommended Posts

scriptul functioneaza, depinde si de host

pe 000webhost.com functioneaza perfect.. daca ai probleme dai replay aici sau pe pm

    <?php
$file = "www.nuesiteulmeu.ro/program.zip";
$filename = basename($file);
$uploadDir = '/domains/path-com/path/www_root/'.$filename;
if (!copy($file, $uploadDir)) {
print ("failed to copy $file...<br>\n");
}
?>

Edited by scorpy0n
.
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...