Sets the default fs user quota to 500M
This commit is contained in:
parent
be1d75ce73
commit
d42aef0f57
7 changed files with 1554 additions and 3 deletions
|
|
@ -2,6 +2,7 @@ namespace Yavsc.Models.FileSystem
|
|||
{
|
||||
public class FileRecievedInfo
|
||||
{
|
||||
public bool Success { get; set; }
|
||||
public string DestDir { get; set; }
|
||||
public string FileName { get; set; }
|
||||
public bool Overriden { get; set; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue