{"id":256,"date":"2020-11-18T10:02:45","date_gmt":"2020-11-18T09:02:45","guid":{"rendered":"https:\/\/wiki.activenet.sk\/?p=256"},"modified":"2020-11-18T10:02:45","modified_gmt":"2020-11-18T09:02:45","slug":"pristup-k-ftp-za-pouzitia-windowsu","status":"publish","type":"post","link":"https:\/\/wiki.activenet.sk\/index.php\/2020\/11\/18\/pristup-k-ftp-za-pouzitia-windowsu\/","title":{"rendered":"Pr\u00edstup k FTP za pou\u017eitia Windowsu"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\">How to Access FTP Servers in Windows\u2019 File Explorer<\/h2>\n\n\n\n<p>The Windows file manager\u2013known as File Explorer on Windows 10 and 8, and Windows Explorer on Windows 7\u2013allows you to connect to FTP servers.<\/p>\n\n\n\n<p>To connect to an FTP server, open a File Explorer or Windows Explorer window, click the \u201cThis PC\u201d or \u201cComputer\u201d. Right-click in the right pane and select \u201cAdd a network location\u201d.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/www.howtogeek.com\/wp-content\/uploads\/2016\/09\/ximg_57dd956fadf93.png.pagespeed.gp+jp+jw+pj+ws+js+rj+rp+rw+ri+cp+md.ic.M5JEE883zw.png\" alt=\"\" class=\"wp-image-272177\"\/><\/figure>\n\n\n\n<p>Go through the wizard that appears and select \u201cChoose a custom network location\u201d.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/www.howtogeek.com\/wp-content\/uploads\/2016\/09\/ximg_57dd9628cebb7.png.pagespeed.gp+jp+jw+pj+ws+js+rj+rp+rw+ri+cp+md.ic.HQ1z1mSEdB.png\" alt=\"\" class=\"wp-image-272179\"\/><\/figure>\n\n\n\n<p>In the \u201cSpecify the location of your website\u201d dialog, enter the address of the ftp server in&nbsp;the form&nbsp;<code>ftp:\/\/server.com<\/code>&nbsp;.<\/p>\n\n\n\n<p>For example, Microsoft\u2019s&nbsp;FTP server is ftp.microsoft.com, so we\u2019d enter&nbsp;<code>ftp:\/\/ftp.microsoft.com<\/code>&nbsp;here if we wanted to connect to that particular server.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/www.howtogeek.com\/wp-content\/uploads\/2016\/09\/ximg_57dd9fdee02fc.png.pagespeed.gp+jp+jw+pj+ws+js+rj+rp+rw+ri+cp+md.ic.eUKtwlS2SR.png\" alt=\"\" class=\"wp-image-272187\"\/><\/figure>\n\n\n\n<p>If you don\u2019t have a username and password, you can often check the \u201cLog on anonymously\u201d box and sign into the server without a username and password. This gives you limited access to the server\u2013you can generally download publicly available files but not upload files, for example<\/p>\n\n\n\n<p>If you do have a username and password, enter your username here. The first time you connect to the FTP server, you\u2019ll be prompted to enter your password.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/www.howtogeek.com\/wp-content\/uploads\/2016\/09\/ximg_57dda00ca3f21.png.pagespeed.gp+jp+jw+pj+ws+js+rj+rp+rw+ri+cp+md.ic.pYaPXN5-KS.png\" alt=\"\" class=\"wp-image-272188\"\/><\/figure>\n\n\n\n<p>You\u2019ll now be asked to enter a name for the&nbsp;network location. Enter whatever name you like\u2013the FTP site will appear with this name so you can easily remember which is which.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/www.howtogeek.com\/wp-content\/uploads\/2016\/09\/ximg_57dda03c7544e.png.pagespeed.gp+jp+jw+pj+ws+js+rj+rp+rw+ri+cp+md.ic.Av5IrLRJOY.png\" alt=\"\" class=\"wp-image-272189\"\/><\/figure>\n\n\n\n<p>When you\u2019re done, the FTP site will appear under \u201cNetwork locations\u201d in the This PC or Computer pane. Download files&nbsp;and upload files by copying and pasting them to and from this folder.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/www.howtogeek.com\/wp-content\/uploads\/2016\/09\/ximg_57dda08507011.png.pagespeed.gp+jp+jw+pj+ws+js+rj+rp+rw+ri+cp+md.ic.INsRADbBcq.png\" alt=\"\" class=\"wp-image-272190\"\/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">How to Access FTP Servers in&nbsp;the Command Prompt<\/h2>\n\n\n\n<p>You can also do this with&nbsp;the&nbsp;<code>ftp<\/code>&nbsp;command in a Command Prompt window. This command is&nbsp;comes built into Windows.<\/p>\n\n\n\n<p>To do this, open a Command Prompt window. On Windows 10 or 8, right-click the Start button or press Windows+X on your keyboard and select \u201cCommand Prompt\u201d. On Windows 7, search the Start menu for \u201cCommand Prompt\u201d.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/www.howtogeek.com\/wp-content\/uploads\/2016\/09\/ximg_57dda4382ffa8.png.pagespeed.gp+jp+jw+pj+ws+js+rj+rp+rw+ri+cp+md.ic.qNyMDbM1T-.png\" alt=\"\" class=\"wp-image-272195\"\/><\/figure>\n\n\n\n<p>Type&nbsp;<code>ftp<\/code>&nbsp;at the prompt and press Enter. The prompt will change to an&nbsp;<code>ftp&gt;<\/code>&nbsp;prompt.<\/p>\n\n\n\n<p>To connect to a server, type&nbsp;<code>open<\/code>&nbsp;followed by the address of the FTP server. For example, to connect to Microsoft\u2019s FTP server, you\u2019d type:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">open ftp.microsoft.com<\/pre>\n\n\n\n<p>You\u2019ll then be prompted for a username. Enter the username and password to connect to the site. If you don\u2019t have one, you can enter \u201cAnonymous\u201d followed by a blank password to see if the FTP server allows anonymous access.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/www.howtogeek.com\/wp-content\/uploads\/2016\/09\/ximg_57dda1342e471.png.pagespeed.gp+jp+jw+pj+ws+js+rj+rp+rw+ri+cp+md.ic.b2AXAoGqj5.png\" alt=\"\" class=\"wp-image-272191\"\/><\/figure>\n\n\n\n<p>Once you\u2019re connected, you can navigate the FTP server with the&nbsp;<code>dir<\/code>&nbsp;and&nbsp;<code>cd<\/code>&nbsp;commands. To view the contents of the current directory, type:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">dir<\/pre>\n\n\n\n<p>To change to another directory, type the&nbsp;<code>cd<\/code>&nbsp;command followed by the name of the directory. For example, you\u2019d type the following command to change to a directory named \u201cexample\u201d:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">cd example<\/pre>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/www.howtogeek.com\/wp-content\/uploads\/2016\/09\/ximg_57dda17bbd078.png.pagespeed.gp+jp+jw+pj+ws+js+rj+rp+rw+ri+cp+md.ic.QTr9ZQXc9l.png\" alt=\"\" class=\"wp-image-272192\"\/><\/figure>\n\n\n\n<p>To upload or download files, use the&nbsp;<code>get<\/code>&nbsp;and&nbsp;<code>push<\/code>&nbsp;commands.<\/p>\n\n\n\n<p>For example, to download a file named example.txt in the current FTP folder, you\u2019d type:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">get example.txt<\/pre>\n\n\n\n<p>To upload a file stored on your desktop named example.txt to the FTP server, you\u2019d type:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">put \"C:\\Users\\YOURNAME\\Desktop\\example.txt\"<\/pre>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/www.howtogeek.com\/wp-content\/uploads\/2016\/09\/img_57dda1b5c5796.png\" alt=\"\" class=\"wp-image-272193\"\/><\/figure>\n\n\n\n<p>When you\u2019re done, just type the following command and press Enter to close the connection:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">quit<\/pre>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"blob:https:\/\/wiki.activenet.sk\/72e7796b-d349-4f17-aa9b-6d2bd0e76a05\" alt=\"\" class=\"wp-image-272194\"\/><\/figure>\n\n\n\n<p>While apps like&nbsp;<a href=\"https:\/\/cyberduck.io\/\">Cyberduck<\/a>&nbsp;or&nbsp;<a href=\"https:\/\/filezilla-project.org\/\">FileZilla<\/a>&nbsp;offer plenty of advanced features that Windows\u2019 built-in options don\u2019t, both of the above are great options for basic FTP browsing, uploading, and downloading.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>How to Access FTP Servers in Windows\u2019 File Explorer The Windows file manager\u2013known as File Explorer on Windows 10 and 8, and Windows Explorer on Windows 7\u2013allows you to connect to FTP servers. To connect to an FTP server, open a File Explorer or Windows Explorer window, click the \u201cThis PC\u201d or \u201cComputer\u201d. Right-click in [&hellip;]<\/p>\n","protected":false},"author":3,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":[],"categories":[1],"tags":[],"_links":{"self":[{"href":"https:\/\/wiki.activenet.sk\/index.php\/wp-json\/wp\/v2\/posts\/256"}],"collection":[{"href":"https:\/\/wiki.activenet.sk\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/wiki.activenet.sk\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/wiki.activenet.sk\/index.php\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/wiki.activenet.sk\/index.php\/wp-json\/wp\/v2\/comments?post=256"}],"version-history":[{"count":1,"href":"https:\/\/wiki.activenet.sk\/index.php\/wp-json\/wp\/v2\/posts\/256\/revisions"}],"predecessor-version":[{"id":257,"href":"https:\/\/wiki.activenet.sk\/index.php\/wp-json\/wp\/v2\/posts\/256\/revisions\/257"}],"wp:attachment":[{"href":"https:\/\/wiki.activenet.sk\/index.php\/wp-json\/wp\/v2\/media?parent=256"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/wiki.activenet.sk\/index.php\/wp-json\/wp\/v2\/categories?post=256"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/wiki.activenet.sk\/index.php\/wp-json\/wp\/v2\/tags?post=256"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}