OS : Window 10 Version : 2021.3.6f1 ftp서버에서 목록의 목록을 확인해야할 때, 사용하는 방법입니다. 웹 크롤링과 같은 원리로 생각하시면 될 것 같습니다 using System; using System.Collections; using System.Collections.Generic; using System.IO; using System.Net; using System.Text.RegularExpressions; using UnityEngine; using static System.Net.WebRequestMethods; public class CountFTPFile : MonoBehaviour { private void Start() { string uri = "http:/..