Answered by:
FTP Server Free disk space

Question
-
Hi,
I would like to know if it's possible to get the free disk space of a FTP server.
Regards.
- Edited by Link.fr Sunday, April 11, 2010 4:19 PM
Monday, March 22, 2010 8:54 AM
Answers
-
There's no official FTP command to do that. However, some FTP servers may have a special command to get the free disk space.
Sebastian Brand [www.instyler.com] [blog.sebastianbrand.com]Monday, March 22, 2010 10:09 AM -
No. It is not a part of the FTP standard. If the FTP server had a custom command, it would be possible.
However, since there are no default FTP implementation in .NET, you would have to write your own.
Monday, March 22, 2010 10:12 AM
All replies
-
There's no official FTP command to do that. However, some FTP servers may have a special command to get the free disk space.
Sebastian Brand [www.instyler.com] [blog.sebastianbrand.com]Monday, March 22, 2010 10:09 AM -
No. It is not a part of the FTP standard. If the FTP server had a custom command, it would be possible.
However, since there are no default FTP implementation in .NET, you would have to write your own.
Monday, March 22, 2010 10:12 AM