0
votes
0answers
8 views
Read byte send by user upload asp.net mvc
Currently im trying to write a upload page on asp.net mvc...
basically my concept is to ready the request send by user and in the same time, upload it to the new server using sftp. …
0
votes
1answer
11 views
SFTP from PHP - undefined constant CURLOPT_PROTOCOLS and CURLPROTO_SFTP?
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:
http://stackoverflow.com/questions/7178 …
0
votes
2answers
27 views
How to SFTP upload files from PHP
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:
http://stackoverflow.com/questions/1766822/sftp-from- …
0
votes
1answer
17 views
Implementing SFTP in 2.0
hi all,
I want to write applications for SFTP client,SFTP server in .net 2.0,is it possible to write ? Please give me some suggestions over it.it will be very helpful.
0
votes
3answers
54 views
is it posible to upload directly to remote server using SFTP on ASP.net MVC
Hi!
I am currently develope something using asp.net MVC, im still quite not experience with it so please help me out.
I have a form for user to upload Video. The current ideal co …
0
votes
1answer
30 views
Key based authenication with net-sftp in Ruby
Hello,
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 wan …
2
votes
4answers
85 views
Working on PHP projects on a remote dev server via sFTP
Hello,
I'm looking for an editor that can read and write remote PHP files via sFTP. I'm talking about not having a local copy of my PHP files.
But here is the tricky part : I'd l …
0
votes
0answers
7 views
How to download a video from Drop IO using Drop IO commands or Rails or net::SFTP ?
Is there a way to download videos from Drop IO using Drop IO commands / Rails or Net::SFTP?
2
votes
0answers
44 views
Mapping an sFTP connection to a Windows drive ? [closed]
Hello,
I'm looking for a way to map an sFTP connection to a Windows (Vista) drive. In other words, a tool that would add a new drive (let's say N:) to my computer, that would dire …
2
votes
4answers
124 views
SFTP task for msbuild?
Hi,
Does anyone know of an SFTP task for msbuild? We'd like to automate our deployments to production, but for security reasons we don't allow SMB file-share access from our dev …
0
votes
1answer
22 views
Scheduled sftp job fails
I have Cygwin+OpenSSH installed on Windows XP workstation.
Simple SFTP process (batch file) runs fine when launched from the Command Prompt and fails when launched by a Scheduler …
1
vote
1answer
50 views
Error referencing installed Ruby Gem
Can anyone help with an odd Ruby Gem problem I'm having - note I've installed many gems in the past and never seen this.
I've downloaded the net-ssh and net-sftp gems using the fo …
1
vote
1answer
55 views
Simple Ruby SFTP example syntax error
I have an issue that seems like very flaky behavour, is this a problem with Ruby or something I've done? Please help - my project is stalled until I resolve this.
Given this code …
0
votes
4answers
126 views
Deleting files via SFTP
Are there any C# open-source components that allow me to delete files via SFTP?
0
votes
1answer
35 views
How to enter a remote directory on Ruby NET:SFTP ?
How to enter a directory like the command - cd, thus operate remote files without a path prefix ?
Here is my current code.
Net::SFTP.start do |sftp|
sftp.rename!(REMOTE_PATH …
