Windows 10: Help Hosting FTP Server

Discus and support Help Hosting FTP Server in Windows 10 Ask Insider to solve the problem; Hello guys i wanted to host an FTP server on my windows 10 laptop so that i can access my files on my android phone,can some one really help me doing... Discussion in 'Windows 10 Ask Insider' started by /u/anirudhp06, May 28, 2021.

  1. Help Hosting FTP Server


    Hello guys i wanted to host an FTP server on my windows 10 laptop so that i can access my files on my android phone,can some one really help me doing that? I saw some videos on youtube it wasnt helpfull as they were connecting other windows 10 pc not a mobile phone.

    Thanks

    submitted by /u/anirudhp06
    [link] [comments]

    :)
     
    /u/anirudhp06, May 28, 2021
    #1

  2. Ftp

    Code:
    I do not know which tool you use to access your FTP server. For testing purposes I suggest you use the native ftp.exe command, e.g. by running this batch file on both machines. You must, of course, set these details:
    - Name of the FTP server

    - A valid account name

    - The correct password

    - The exact commands that your FTP server supports

    You must also create the file Test.txt in the current folder.

    Code:
    
    @echo off
    
    goto Start
    
    ---------------------------------------------
    
    Copy the nominated file to the xxx FTP server
    
    19.4.2014 FNL
    
    ---------------------------------------------
    
    :Start
    
    set Host=xxx.ftp.com
    
    set Scr="%temp%\FTP.scr"
    
    (  echo JohnDoe
    
       echo JohnPassword
    
       echo cd Transfer
    
       echo put %1 
    
       echo quit) > %Scr%
    
    ftp -s:%Scr% %Host%
    
    del %Scr%
    
    
     
    Frederik Long, May 28, 2021
    #2
  3. Laurijan Win User
    Good FTP-server program

    Hi!

    Does anybody have a suggestion for a good & simple FTP/SCP/SFTP server program. I now use a program called Home FTP Server (supporting onle FTP) but wasn´t able to change the server port from 21 to another number and thats why I wanna try something else.
     
    Laurijan, May 28, 2021
    #3
  4. Help Hosting FTP Server

    FTP Access IIS

    Hi

    I set up an FTP site using IIS to share files within my LAN. I have created a new user on the same PC as FTP site but when i try to access FTP folder from any device on the LAN using username and password of
    my new user it refuses to let me in showing the following: Could not log in to the FTP server with the username and password specified.

    Steps that I have gone through when setting up FTP:

    • Created ftp folder and set up FTP server
    • specified path to the folder
    • did not use SSL
    • specified IP
    • Created new windows user and added this user to FTP authorisation Rules
    • Excluded FTP from firewall
    • Allowed new user access to the folder itself
    Tried to access using both file directory and internet explorer

    Did not enable port triggering in the router as was only planning to use FTP locally

    I would highly appreciate your help
     
    MarcRaetchii, May 28, 2021
    #4
Thema:

Help Hosting FTP Server

Loading...
  1. Help Hosting FTP Server - Similar Threads - Help Hosting FTP

  2. Connecting to FTP Windows 10 FTP server

    in Windows 10 Gaming
    Connecting to FTP Windows 10 FTP server: Total newb here. Trying to set up a file server in Windows 10. I've set up IIS services FTP service, FTP extensibility, and IIS management console. I created a test site with a physical path to a local folder. I set up a port forward 21 with xFinity they say my server doesn't...
  3. Connecting to FTP Windows 10 FTP server

    in Windows 10 Software and Apps
    Connecting to FTP Windows 10 FTP server: Total newb here. Trying to set up a file server in Windows 10. I've set up IIS services FTP service, FTP extensibility, and IIS management console. I created a test site with a physical path to a local folder. I set up a port forward 21 with xFinity they say my server doesn't...
  4. Connecting to FTP Windows 10 FTP server

    in Windows 10 Network and Sharing
    Connecting to FTP Windows 10 FTP server: Total newb here. Trying to set up a file server in Windows 10. I've set up IIS services FTP service, FTP extensibility, and IIS management console. I created a test site with a physical path to a local folder. I set up a port forward 21 with xFinity they say my server doesn't...
  5. FTP Server External Connections & More

    in Windows 10 Network and Sharing
    FTP Server External Connections & More: Question 1: Connect Externally. How do I let other people outside of my network, a totally different IP, join my FTP server, and read and write on it? Question 2: Creating a user for an FTP server. Is there a way to create an account for an FTP server. Because whenever I...
  6. G6 FTP Server and Windows 1903

    in Windows 10 Network and Sharing
    G6 FTP Server and Windows 1903: Since update 1903 the G6 FTP Server program no longer works in legacy mode (that is it can not send file list in CP1251 codepage) This used to work fine in all previous Win10 and earlier windows version. Now it is locked to UTF8 or something like that, and all Cyrillic file...
  7. Who can help with various Windows FTP server questions?

    in Windows 10 Network and Sharing
    Who can help with various Windows FTP server questions?: I'd like to give my dad access to some pdf's on my computer while at the same time practice some of the things I'm learning for network+. What I'm wanting is that when he logs in, he will have access to a folder with books at C:\users\chris\books and a folder with music at...
  8. Ftp server

    in Windows 10 Network and Sharing
    Ftp server: Hello I was wondering if there is any app or a way that allow me to sharing files with computers that are not on my network. 112192
  9. Host FTP server on both

    in Windows 10 Network and Sharing
    Host FTP server on both: I am thinking of making a dedicated FTP server to access files from anywhere, but on one computer it would be important that it still has access to the server, even when Internet connection is down. I know that I can connect the server PC to the PC that needs access with a...
  10. Unable to connect to Windows FTP Server

    in Windows 10 Network and Sharing
    Unable to connect to Windows FTP Server: Hi all. I'm hoping somebody can point in the right direction, or walk me through steps to troubleshoot this issue. I set up an FTP server on a windows 10 desktop using the built-in Windows FTP service capabilities. Everything was working fine. Today I attempted to...