For our project we are using Solaris box. After our build completion we keep kits to one directory and let users to access it by FTP session.
I am looking for a windows FTP/SFTP server software that I can administrate (partly) by scripting against it, or if it has a .NET or COM API but at the end of the day I n开发者_运维百科eed to execute
I want to get the filename, file size and last modified time of each file on an FTP server, then populate a listView with it.
If you are uploading something like Zend Framework using poor internet conneciton it may be problematic.
How do I use crossdomain with ftp? I am trying to do a \"hello world\" level test of FTP in Flex, but for three days now, I cannot overcome the issue with how to coerce flex into accepting my crossdo
I have clients out there running an SQL Server Express 2005 and each of these needs a backup each month and that backup needs to be moved to our server in case they lose开发者_JAVA技巧 their backup. O
I am working on a website provisioning system using IIS 7 (and IIS6) and using C# as development Tool (under .Net 3.5) using WMI.
I am working on an ASP.Net Web Site Provisioning software using WMI(System.Managment) and C#. I am trying to create FTP site on my \"Target Server\" located somewhere on LAN while executing code on
(excuse me for my bad english)) I am writing a class for simple requests to FTP-server using .NET-class
I am writing a code to upload a zip file to an ftp server. Surprisingly the code works fine for small files, but with bigger files I end up in problem. I am using Stream object and I have note开发者_如