-1

I want to copy a file to my server from local drive.

But Error:

    Warning: ftp_login(): Sorry, cleartext sessions are not accepted on this server. 
    in D:\xampp\htdocs\shilpa\national\upload_file.php on line 9

not done

CBroe
  • 91,630
  • 14
  • 92
  • 150
  • 3
    So of course you googled "Sorry, cleartext sessions are not accepted on this server." and got this http://stackoverflow.com/questions/11371947/421-sorry-cleartext-sessions-are-not-accepted-on-this-server right? – Digital Chris Mar 13 '14 at 12:59
  • What (if any) client are you using (ex. FileZilla)? – Jack Mar 13 '14 at 13:04

1 Answers1

0

It means that your server only allows SFTP.

Source: http://wordpress.org/support/topic/plugin-w3-total-cache-want-to-try-self-hosted-cdn-on-shared-network-problems

Paul L.
  • 50
  • 1
  • 9