sftp

Best Method to SFTP or FTPS Files via SSIS

What is the best method using SSIS (SQL Server Integration Services) to upload a file to either a remote SFTP (secure FTP with SSH2 protocal) or FTPS (FTP over SSL) site? I've used the following methods, but each has short-comings I would like to avoid: COZYROC LIBRARY Method: Install the CozyRoc library on each development and produc...

Best way to implement an SFTP server solution?

Hi folks, I'm currently setting up a commercial SFTP server and I'm just looking for some of your opinions on the set-up I'm currently thinking of implementing, as well as a recommendation as to what commercial Secure FTP server software would be best to suit. Bear in mind that the data i'm responsible for is highly sensitive so any com...

SFTP in Python? (platform independent)

I'm working on a simple tool that transfers files to a hard-coded location with the password also hard-coded. I'm a python novice, but thanks to ftplib, it was easy: import ftplib info= ('someuser', 'password') #hard-coded def putfile(file, site, dir, user=(), verbose=True): """ upload a file by ftp to a site/directory ...

differences between SFTP and "FTP over SSH"

Looking for an SFTP client in c# SSH File Transfer Protocol (SFTP). I've come across these two suitable projects - one two. While trying to understand the basics, I came across this confusing Wikipedia article. What is difference between SFTP and FTP over SSH? No library seems to give support for "FTP over SSH", if it is different. ...

SSH - a way to transfer files without opening a separate SFTP session?

Not really a programming question, but relevant to many programmers... Let's say I have opened an SSH session to another computer. remote:html avalys$ ls welcome.msg index.html readme.txt remote:html avalys$ Is there any command that I can type in my remote shell that will immediately transfer one of the files in the current...

Looking for SFTP Server in Embedded Environment

I have an embedded environment with a limited amount of storage available. I want to run an SFTP server in this environment and the Linux version I'm using does not contain one. Does anyone know of a set of c-libraries for a Linux SFTP server that is lightweight? (ie. the binary is small in size, much less than 1MB) NOTE: The librarie...

How would one convert from FTP to SFTP in a Perl script?

I have an existing Perl script that uses the FTP object to send a couple of files to an AIX box. I just discovered that our Linux box does not support FTP. It does support SFTP. What steps should I go through to convert my script to use SFTP? ...

SFTP Libraries for .NET

Can anyone recommend a good SFTP library to use? Right now I'm looking at products such as SecureBlackbox, IPWorks SSH, WodSFTP, and Rebex SFTP. However, I have never used any SFTP library before so I'm not sure what I'm looking for. If anyone has used these before, is there any reason why I should go with product "X" over "Y"? Thank...

Ctrl-M chars when transfer files SFTP

Hi, I am sending files from a windows system to a Unix SFTP server using JSCAPE ftp client. However, I am experiencing the following issue: When uploading a text file from windows to UNiX, each line of text files transferred contains Control-M characters. I did some search and found out that If I use the "ASCII" transfer mode it should ...

Errors when using the SCP client from SharpSSH

I am using SharpSSH (http://sharpssh2.codeplex.com/) to send files from a windows box(using C#) to a linux box. I use the Sftp class to create directories(mkdir command) and Sftp.put command to transfer files over to the Linux machine. When the number of concurrent users is large about 30 or more then the connections being to drop and t...

What happens to a file when the connection through SFTP is interrupted?

I need to implement a file transferring from a web server to a SFTP server. When the connection is interrupted during the file transferring, what happens to the bytes already transferred? ...

How to add secure FTP capabilities to a .NET application

I'm rewriting an in-house client-server application as a .NET MVC application. It needs to send and receive files via secure FTP. The original application was client-server and used MOVEit Freely to do SFTP. Is there a library or product I can use to do it from within .NET? ...

SFTP from within PHP

Hi guys, I'm in the process of building an web app that will, besides other things, need to connect to a FTP server to download or upload files. The application is written in PHP and it's hosted on a Linux server. What I was wondering is whether or not it would be possible to also provide support for SFTP servers, but after some quick ...

Is there a way to use VS with a remote site accessible only by sftp?

I'm working with with asp.net and writing a few classes (controls for the CMS) to use on my website. At the moment i'm using a text editor (UE) which has sftp support and syntax highlighting to edit the files and save via sftp. Then i just test it out on the test site. It's working well.. but since i'm very new to c# i'm always looking u...

SFTP file to remote server getting back exit status 1

I am uploading a file via sftp from one server to another server. Normally i will get exit status 0 to indicate the transfer is success. But there are some instances where i will get exit status 1. Why is this so? How do i base on this exit status to know what exactly went wrong? ...

SFTP listing directory

I'm trying to make a connection to a secure sftp site, however I'm not able to list the directory,however, it's possible to connect using python "expect" or php"ssh2_connect" but it gives me the following mesg: Received disconnect from xx.xx.xx. If I use a GUI appliction like winscp I'm able to go to the sftp server and retrieve files. ...

how does TextMate do SVN and ftp?

so far i only know to use Ctrl-Shift-A to do SVN in TextMate. is there an easy way like Ctrl click on the file? is ftp possible? ...

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/test/build environment to production. Right now, developers deploy code by manually uploading the files using FileZilla, over an SFTP connection. This is pre...

Can't get SharpSSH to connect via FTP

I'm having trouble making a secure FTP connection using SharpSSH. Up to now I've been using the DOS command line app MOVEit Freely to make the connection, and it connects fine: C:\> ftps -user:ABC -password:123 xxx.xxx.xxx.mil However, when I try to do the same thing with SharpSSH, I get an error that says either the connection timed ...

uploading code to dev or production server using ftp or using telnet, are they both not safe?

i still see people using ftp or telnet for work instead of sftp and ssh. is it true that using ftp or telnet can let people see the password quite easily? Who can actually see it? Update: for example, if i am not using Wireless... which i heard can be breakable if it is WEP when 1GB traffic is sent or received ... so if not using Wire...