F5F Stay Refreshed Power Users Networks Unable to transmit FTP server.

Unable to transmit FTP server.

Unable to transmit FTP server.

K
KJohnson56
Member
58
06-08-2016, 03:19 AM
#1
Hello, I'm trying to set up an FTP server using IIS on Windows 10 for myself and a few friends. It works inside the local network but not outside it. I've followed every tutorial I found, but none of them solved the issue. I checked other forums, but no one could assist me. Could someone here help? I'm not looking to scam anyone—I just need your guidance. Thank you!
K
KJohnson56
06-08-2016, 03:19 AM #1

Hello, I'm trying to set up an FTP server using IIS on Windows 10 for myself and a few friends. It works inside the local network but not outside it. I've followed every tutorial I found, but none of them solved the issue. I checked other forums, but no one could assist me. Could someone here help? I'm not looking to scam anyone—I just need your guidance. Thank you!

T
thatonesteve_
Junior Member
44
06-08-2016, 09:31 AM
#2
Open port 21 through your firewall for internet access. If the device is routed, forward the port from the router to your Windows system. Share your external IP with others unless you use dynamic DNS. Keep in mind FTP lacks strong security; consider FTPS instead of SFTP. Your ISP might block the port because they prefer non-commercial hosting and want to prevent accidental exposure.
T
thatonesteve_
06-08-2016, 09:31 AM #2

Open port 21 through your firewall for internet access. If the device is routed, forward the port from the router to your Windows system. Share your external IP with others unless you use dynamic DNS. Keep in mind FTP lacks strong security; consider FTPS instead of SFTP. Your ISP might block the port because they prefer non-commercial hosting and want to prevent accidental exposure.

T
Teeman13
Junior Member
21
06-08-2016, 10:22 AM
#3
I have a DNS (noip) as well; I believe they aren't working because I tested it on a different port too. After setting it up, I intend to create a CERF with Let's Encrypt. The error message I received from File Explorer is:
T
Teeman13
06-08-2016, 10:22 AM #3

I have a DNS (noip) as well; I believe they aren't working because I tested it on a different port too. After setting it up, I intend to create a CERF with Let's Encrypt. The error message I received from File Explorer is:

F
FuzzyMug
Senior Member
476
06-09-2016, 01:46 PM
#4
It seems you're asking about using SFTP on Linux. There are many ways to configure it, but I'm not sure if dedicating the machine is feasible. Running it in a virtual machine might be simpler than dealing with Port 21/FTP.
F
FuzzyMug
06-09-2016, 01:46 PM #4

It seems you're asking about using SFTP on Linux. There are many ways to configure it, but I'm not sure if dedicating the machine is feasible. Running it in a virtual machine might be simpler than dealing with Port 21/FTP.

M
magmasnowman
Member
70
06-17-2016, 02:04 AM
#5
Windows 10 needs to handle that feature built-in now: https://docs.microsoft.com/en-us/windows...l_firstuse
M
magmasnowman
06-17-2016, 02:04 AM #5

Windows 10 needs to handle that feature built-in now: https://docs.microsoft.com/en-us/windows...l_firstuse

T
timo_1892
Senior Member
715
06-17-2016, 06:45 PM
#6
The question asks about connecting to SFTP servers via the file explorer, but no specific details were provided. It seems you're seeking confirmation on functionality and troubleshooting steps.
T
timo_1892
06-17-2016, 06:45 PM #6

The question asks about connecting to SFTP servers via the file explorer, but no specific details were provided. It seems you're seeking confirmation on functionality and troubleshooting steps.

S
Siked
Member
114
06-18-2016, 02:57 AM
#7
You might not agree, yet PuTTY allows login and tools like WinSCP for file transfers.
S
Siked
06-18-2016, 02:57 AM #7

You might not agree, yet PuTTY allows login and tools like WinSCP for file transfers.

R
RS923
Member
135
06-18-2016, 07:04 AM
#8
If it runs OpenSSH by default, he can try it; otherwise, consider Windows compatibility. Suggest using public/private key auth and avoid port 22. Opt for a random port above 30,000 that isn’t in use. Don’t trust this advice. PuTTY, WinSCP, or FileZilla would work best.
R
RS923
06-18-2016, 07:04 AM #8

If it runs OpenSSH by default, he can try it; otherwise, consider Windows compatibility. Suggest using public/private key auth and avoid port 22. Opt for a random port above 30,000 that isn’t in use. Don’t trust this advice. PuTTY, WinSCP, or FileZilla would work best.