Search Unity

FTP Error

Discussion in 'Scripting' started by johnboy007_2006, Sep 5, 2011.

  1. johnboy007_2006

    johnboy007_2006

    Joined:
    Jul 14, 2011
    Posts:
    81
    Hi when i try to use the following WebRequestMethods.Ftp.DeleteFile

    i get the error : - error CS0117: `System.Net.WebRequestMethods' does not contain a definition for `Ftp'

    but when i code it is a member. i am declaring using using System.Net;

    can anyone help?
     
  2. Fenrisul

    Fenrisul

    Joined:
    Jan 2, 2010
    Posts:
    618
    FTP isnt available in WebPlayer mode.

    Switch to standalone.