Instale o Steam
iniciar sessão
|
idioma
简体中文 (Chinês simplificado)
繁體中文 (Chinês tradicional)
日本語 (Japonês)
한국어 (Coreano)
ไทย (Tailandês)
Български (Búlgaro)
Čeština (Tcheco)
Dansk (Dinamarquês)
Deutsch (Alemão)
English (Inglês)
Español-España (Espanhol — Espanha)
Español-Latinoamérica (Espanhol — América Latina)
Ελληνικά (Grego)
Français (Francês)
Italiano (Italiano)
Bahasa Indonesia (Indonésio)
Magyar (Húngaro)
Nederlands (Holandês)
Norsk (Norueguês)
Polski (Polonês)
Português (Portugal)
Română (Romeno)
Русский (Russo)
Suomi (Finlandês)
Svenska (Sueco)
Türkçe (Turco)
Tiếng Việt (Vietnamita)
Українська (Ucraniano)
Relatar um problema com a tradução
Also what is the question exactly? What are you trying to do?
Its been a while since I build a file server.
but maybe not
But if i do then will i need to port forward?
I always used Debian with Samba for this.
no meme intended
are they cmd things built into windows or programs (or websites)
wait if i host the ftp from the same network what would i put for IP
since i cant port forward
www.debian.org
Samba is a application that allows you to just copy/paste files over from Linux to Windows. Its a standardised protocol or something so that Windows, Linux and Unix machines can communicate between eachother.
www.samba.org
www.howtoforge.com/tutorial/debian-samba-server/
Just leave it blank.
https://secure.hitdirector.com/knowledgebase/157/FileZilla---How-to-download-files-with-filezilla.html
#Include ftp.ahk ; get it at http://www.autohotkey.com/forum/viewtopic.php?p=170587#170587
server := "server", port := "21", ID := "userID", PW := "userPW"
hConnect:=FTP_Open(Server, Port, ID, PW)
Loop, C:\Users\xxx\ftp_test\*.*
{
ufile := A_LoopFileName
FTP_PutFile(hConnect,A_LoopFileFullPath, A_LoopFileName)
}
FTP_CloseSocket(hConnect)
FTP_Close()
return
For example Skype uses port 80 so if you have Skype running that port will be unavailable.
Just pick a random port and if it does not work it is already occupied.