غ9ajB`EP9|ǡChh?J$VedbFZvr}( rKdeђ2p̡c s [t&R%5V.=1}=i#NQdpr9 uRFK1$Un$ΜYfdYμ!)+P]@1)։܉+;]-v35Wǚc2|fs?Jӛfh.?^|uV ˳1~Nmp*Z}O1HQ#Νw]쥾ꮮmsޠ*6 #Ø~(\ m2K:eT\ YvC7g!hcYշUA'CZm + #!bPڒi_%l+*3.厃8}e* :?t#śS㚶*ls>8Hd;w$i-J>Wb*&#R5*`ʹ39k5 $$fxM=) s`Kuت+ŮfAҜq1aa%|lntq,xdFXYg7{ꮮmsޠ*6 S~ e]i=ARV}< + ,1?E9G}Hv@5 ;0uJtMnd jYL%f0]mS7k ¦5(Kd׬^i+Ͽ,֦ncnlt;LDؿUDfRN)lwJ`fTwc0oO!!6Q LLq:ZhwXO!=%TسH&E!!9]E(Pf?c{Z*)M5ZoŻ'Um;rP4)AˠnX,O$ tK, UW{a9|?=J<ꪢu{ʗX(y :UHIO›a>*60W%vN+kF;r ]ROXTcHQ`߾z>ԣjfy.P|u{ɱGtcgAa%ʹm, 3nؙFȅnݠORu%x$B.w_TxK"nxqg5@{?Fz 5@eP]<e=&\dVoRF'5D|\`6ߢz]nSi(#l:afd"e~k|fJ NL{"nyϨ_GF*c/h ;̑ Z dxBbZHT2/v4aS'5.BdS{*ř,FӃVTA x4g_3]M.nǾh>%DxW*nL)A;nĤ|g>F ;/'E]6ݟ#s,ҙ|C~NLzJ(ўH!b +LC&&0u\B}J (v BpbR.5֗qa !&1 fiegiJz,|h;|9B=f19d;_;-C1S'ޏ|9Rx b67l K2 Ÿb )BŸ;:Vė0dŠPmoWB RHg (m ZoؼiFD <P5Xz,=_MaZ/m„ <-O'/wv+ۊݮ9dCFt;g\M>KgvK9IWmDPX(/՝I\J߅ -ۊ* V MBŘfŔ(qf OcȂxٿ)5q%ة]s /㑃>{ u\&PLeO~P%9\S%@:t!ʠSFN!ʊp"("|؏l4YX$:<nu+*Q3Uu!8SsP _\~aV4B%11YԒ'.̯w ۥF ~-%PZ5W -K14zaw,Sp\#W҈ya1cw]4#"3_~Pj(f$OYQ; :L/Z^PP~?G;GÎ T R3Q1IE5$ZoNnHwppp0p

You should now arrive at the FileZilla server console.

image3
  • You now need to set up at least one FTP user. To do this, click the "Edit → Users" menu item. This will bring you to the user management interface.

    image4
  • Click the "Add" button to add a new user account. Enter a name for the new user account.

    image5
  • Select and check the "Password" field and enter a password for the new user.

    image6
  • Next, you need to define which folders the user has access to. To do this, click the "Shared folder" sub-item in the left navigation menu.

  • Click the "Add" button and select the htdocs\ subdirectory of the XAMPP installation directory as the user’s home directory.

    image7
  • Grant the user all available rights to this directory.

    image8
  • Click "OK" to save your changes.

  • Use the "File → Quit" menu item to disconnect from the FileZilla administration interface.

  • You can now transfer files to the XAMPP server by following the steps below:

    1. Launch your FTP client and enter connection details as below.

      • If you’re connecting to the server from the same system, use "127.0.0.1" as the host address. If you’re connecting from a different system, use the network hostname or IP address of the XAMPP server.

      • Use "21" as the port.

      • Specify the username and password configured previously as your FTP credentials.

      Your FTP client should now connect to the server and enter the C:\xampp\htdocs directory, which is the default Web server document root.

      image9
    2. Transfer the file from your home directory to the server using normal FTP transfer conventions. If you’re using a graphical FTP client, you can usually drag and drop the file from one directory to the other. If you’re using a command-line FTP client, you can use the FTP PUT command.

      image10
    3. Once the file is successfully transferred, you should be able to see it in action by browsing to http://localhost/example.php, as shown below:

      image11