Open qinjianzhanqing opened 3 years ago
It seems that you forgot to configure the root path for the FTP server. Here's an example from the README.md.
services.Configure<DotNetFileSystemOptions>(opt => opt
.RootPath = Path.Combine(Path.GetTempPath(), "TestFtpServer"));
It seems that you forgot to configure the root path for the FTP server. Here's an example from the README.md.
services.Configure<DotNetFileSystemOptions>(opt => opt .RootPath = Path.Combine(Path.GetTempPath(), "TestFtpServer"));
I've configured the root path, but I still can't use it. I developed an Android program with xamarin. Is it related to the Android system?
TBH: I don't know where the error comes from. Do you have a stack trace?
If the above error occurs, it is required to be an absolute path. How can this problem be solved?