FTP Server External Connections & More

C

ChillingAstronaut_

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 try to login with a client, in this case, WinSCP, it needs me to fill username and password, I tried my computer's user's username and password, but that doesn't work, and how will external connection configure this? So now I can only use anonymous login. I am confused, I didn't even create an account. What do I need to do to fix it? Do I create an account in IIS (Internet Information Services (IIS) Manager)? If yes, how do I do it?


Question 3: Establishing a secure connection on an FTP server.

I heard that FTP servers are not as secure as most other kinds of servers are. So is there a way to make that connection secure through any kind of method.


Question 4: Cipher all folders on that disk.

Is there a .bat script that will cipher items on the disk, and each person who stored the file can open their own folder, and no one can store their data in other's folder, all this also applies to the server host. And it runs automatically whenever something gets stored on that disk, the script will be targeting all sub-folders of the main folder.


*Note: I also used the certificate system, so do I and they need a certificate enable to log in and use the storage.

Continue reading...
 
Back
Top Bottom