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
Currently we use FTP, but there is a requirement to use SFTP.According to our Basis guys SFTP will not work.We have a couple of alternatives:
Closed. This question does not meet Stack Over开发者_开发问答flow guidelines. It is not currently accepting answers.
I have one audio file captured from my iphone. I want to up开发者_开发问答load this audio file using SFTP protocol?
I think the thing I want to do is called GUI/command line wrapping sftp(1). I need an easy way to start that program and react on its output while running. Additionally I have t开发者_JAVA百科o be abl
From my php script, i need to be able to upload a csv file to a remote server via sftp.I followed the accepted answer from this question:
I want to write SFTP clients and servers in .NET 2.0. Is that possible? Please开发者_如何学Go give me some suggestionsTake a look at SharpSSH. It has an open source BSD-style license and supports SCP
I\'m having trouble using PHP to SFTP upload files to a remote server.When I use cURL, I\'m getting the error described here:
I want to be able to use SFTP to login into a number of servers and download certain files to help debug issues as and when they arise. While we could use a client, we wanted to start automating the p
I\'m looking for an editor that can read and write remote PHP fil开发者_开发百科es via sFTP. I\'m talking about not having a local copy of my PHP files.