Tagged Questions
The net-sftp tag has no wiki summary.
7
votes
1answer
364 views
OpenSource .NET library for connecting to SFTP server?
is there a good library out there to connect to a SFTP server and save/load file to/from there? I tried google, but there is so much so I thought Id ask for recommendations. It will be used in a web ...
3
votes
2answers
711 views
Any opensource library for accessing SFTP & VPN Tunnel - FTP using C#
HiI need to access the files available in sftp using SFTP in my project (C#).Are there any opensource C# libraries for accessing file available on SFTP folder which can be used in my project?
Thanks
...
2
votes
2answers
200 views
How to SSH into a server and then SFTP from there to another server?
Here's the situation:
I have SSH access to ServerA
I have SFTP access to ServerB, but only from ServerA
I want to use Ruby to SSH into ServerA, then SFTP files from ServerB to ServerA.
I can ...
2
votes
3answers
125 views
How can I identify if an item is a file or a directory using Net::SFTP?
How to identify whether the item of a directory is a file or a directory using Net::SFTP or ruby code?
1
vote
0answers
116 views
Rails and net-ssh/sftp
I am developing an app that need to be constantly connected to ssh.
Every action open a new ssh connection and new sftp-server on the target host, I was wondering if there is a solution for keep ...
1
vote
2answers
79 views
Net::SFTP hangs in apache environment
I am finding that apache environment lacks something that bash has to make an ssh request. The question is, is there any way to bring that something in, or do I have to run SSH/SFTP requests from ...
1
vote
0answers
228 views
Ruby Net-SFTP Unresponsive
Thanks for taking the time to look at this.
What I'm trying to do:
Upload a file to a sftp site using net-sftp
What's the problem:
The ruby process never returns. Frozen, stuck, ...
1
vote
1answer
269 views
Is there any way to get the date modified from Net::SSH or NET::SFTP commands in ruby?
Is there an easy way to get the date modified of a file by using Net::SFTP?
It'd be nice to be able to do this:
Net::SFTP.start('some_server') do |sftp|
sftp.dir.glob('*').each do |file|
puts ...
0
votes
1answer
22 views
PHP : Net_SFTP library, unable to download big files
I am working on a PHP project which has to deal with large attachment files. I am using SFTP server for storage of such big files. For uploading and downloading attachment files I am using Net_SFTP ...
0
votes
1answer
18 views
Why do I get a sftp time out error?
I am using the net-sftp gem to access a file in an sftp account. I am doing some bulk operations like copying more then 100 files from one sftp account to other but I am getting an error:
...
0
votes
0answers
42 views
Ruby Net::SFTP gives an IO error when downloading file larger than 2 GB
Net::SFTP in Ruby gives an IO error when downloading a file >= 2GB in size. The error message is simply: "closed stream (IOError)". This same file can be downloaded using an ftp client like FileZilla. ...
0
votes
1answer
73 views
Ruby Net-SFTP not blocking on upload
I'm using the ruby library Net-SFTP to upload a folder of a files to a remote server using the upload! command, and finding that when I regain control, the folder has not finished uploading. It ...
0
votes
1answer
142 views
Net::SFTP keeps throwing errors in resque
I am running rails 3.1rc4 and keep running into this error message in my resque queues
uninitialized constant Net::SFTP With the exception "NameError"
In my gemfile I have included:
gem 'net-sftp'
...
0
votes
0answers
54 views
Determine if Files have been Transferred in PSFTP Process
I'm sending a simple get command to my SFTP server to look for .xml files. I need to determine if any files were found/transferred, if not, I connect to a backup server looking for the same files. ...
0
votes
1answer
82 views
.NET SFTP component for local machine with multiple IP addresses
I'm searching a .NET SFTP component which can sniff IP addresses of local machine and select one to use for SFTP file transferring.
I would be most grateful if you can recommend something to use for ...
0
votes
1answer
60 views
unix utility that reads files into memory?
I am using Ruby's net-ssh library to remotely execute shell commands. I would like to read a few files into memory rather than simply transfer them via SCP/SFTP. Can can I do this?
0
votes
3answers
124 views
What is the best way to send/receive a file to a SFTP server in .NET?
I am looking to connect to a SFTP server and both push and pull a file. Initial searches didn't turn up any straightforward "built in" support in .NET, so I may have to buy a third-party library. ...
0
votes
4answers
1k views
SFTP with .net 3.5?
I need to connect to sftp server to download & upload file using C# in .net 3.5. Is Microsoft/.net 3.5 framework providing any inbuilt tools/mechanism/library to connect to sftp server to ...
0
votes
1answer
179 views
FTP/SFTP Server thats scriptable
Hi
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 need to execute ...