The SSH File Transfer Protocol, (sometimes called Secure File Transfer Protocol, Secure FTP), or SFTP, is a network protocol that provides file access, file transfer, and file management functionality over any reliable data stream.

learn more… | top users | synonyms

3
votes
1answer
192 views

Copy files across two SSH connections in one go (OS X, GUI or CLI) [duplicate]

Possible Duplicate: Forward SSH traffic through a middle machine. I'm currently deploying a web app that requires files be copied to an internal server via a public facing server. My ...
3
votes
2answers
2k views

NetBeans IDE 6.9[.1] - Upload files on save - re-enable for session

Periodically, when I am saving files, I get the error dialog Upload files On Save failed. Disable this functionality for this session?. Sometimes I accidentally select 'Yes'. How can I re-enable that ...
4
votes
1answer
14k views

Connect to server using SFTP and public ssh key using FileZilla on Windows

Is it possible to generate an ssh key on a windows machine then use that key to connect to a server using SFTP via FileZilla? This is all working with my Mac but I have a client that is stuck in a ...
1
vote
3answers
1k views

Command line history & tab-completion for sftp in OS X Terminal.app

I use Terminal.app constantly. When connecting via ssh to remote *nix systems, I can continue to use tab to complete command names and arrow-up/down to navigate the command history. However, with sftp ...
1
vote
1answer
72 views

Going to web root using SFTP

I have a personal dev box which has SSH running on it. I am using it as web development server. Although I can SSH, SCP and SFTP into it, using SFTP but it takes me to the user home directory. How do ...
1
vote
0answers
201 views

Any recommendations on a free sftp drive? [duplicate]

Possible Duplicates: Mapping an sFTP connection to a Windows drive ? SFTP as a folder on Vista I would like to map an ssh connection to a drive on my windows machine? Any recommendations ...
0
votes
1answer
325 views

(S)FTP only replace older file

I'm looking for a way to have (S)FTP only copy across a file if it's newer than the one already on the server. Ideally it would spit an error message listing the files that failed (but allow the ...
21
votes
1answer
19k views

Notepad++ and sFTP Support

Anyone knows of a sFTP plugin for Notepad++ ? I just checked FTP_syncrhonize and it doesnt support sFTP. (please no "use filezilla/winscp/putty" answers).
4
votes
1answer
1k views

SFTP, SCP, Secure Webdav: which is the most suitable?

currently, I am hosting a webdav share setup in order to store files I need anywhere I am. It is available via HTTPS. Things are that I do not need all the HTTP machinery -i.e. my nginx http server ...
0
votes
1answer
599 views

How to make mounted external drive writable over SFTP

I have a user that I log in with over SFTP to my Ubuntu box. They have permission to write to the home directory of course. The external hard drive gets mounted to /media folder but I can't write to ...
2
votes
3answers
464 views

Need a non-GUI SFTP tool better than “sftp”

'sftp' is seriously lacking relative to, say, ncftp: it has no command memory, no Tab-completion of file names, and so on. Is there a non-GUI tool for SFTP that people recommend?
3
votes
1answer
615 views

Settings permissions on /var/www

I'm running ubuntu server and have apache installed as a web server. I'm letting my web developers upload files through sftp (ssh) to /var/www. I'm using www-data group to control access to /var/www ...
1
vote
3answers
2k views

Mirror/Backup from SSH/SFTP to Windows

What I am trying to do is mirror a directory (recursively) from a server I can SSH/SFTP to, to a Windows machine. I want to do this as part of a script, so it can be automated. I only want to copy ...
1
vote
1answer
2k views

Mount network drives over ssh on Windows [duplicate]

Possible Duplicate: sshfs equivalent for windows? There is a remote filesystem I can reach through ssh. On Linux, there are several ways of dealing with it. I like sshfs, because with it I ...
0
votes
1answer
1k views

Mount remote samba with sftp:// permissions and group membership

If I mount as remote samba (running on Linux) with Nautilus (sftp://) with a username and password will the permissions work as if I were on the remote system regardless of the local user name and the ...
3
votes
3answers
161 views

If I have an “ssh” account does that mean I can transfer files via “sftp”?

If I have an "ssh" account does that mean I can transfer files via "sftp"?
1
vote
3answers
427 views

Can I use the same machine as a client and server for SSH?

For development tests, I need to setup an SFTP server. So I want to know if it's possible to use the same machine as the client and the server. I tried and I keep getting this error: Permission ...
2
votes
3answers
593 views

How can I download a file from a SSH session (without using sftp)

I know I can use sftp user@host .... But what I want is to download a file from the existing session. that is. ssh user@host ... do some work ... The main problem I have is that said file is ...
2
votes
3answers
3k views

SFTP through proxy

I have a large amount of data on scratch space at computer b that I want to get. In my network I cannot directly connect to computer b (ssh exits with "No route to host"); I must first connect to ...
5
votes
8answers
3k views

Text editor on Windows for editing remote files

I've got a team of web programmers that need to edit HTML and CSS that is stored on a linux server. They're all using Windows on their desktops. Rather than either teaching them to use vi/vim in a ...
3
votes
1answer
218 views

After 3 files transferred through sftp using FileZilla, the queue halts. What could be causing it?

And when it's happening, all I need to do is browse the internet using Chrome or Firefox, restart FileZilla restart the queue. What could be causing it? I'm running on 64-bit Fedora 12. Buffalo ...
4
votes
3answers
6k views

Is it possible to rate-limit an scp/sftp/rsync/etc transfer from the command-line? ie, manual QoS on a single command?

Specifically, I am looking to rate-limit an scp or sftp session (or other arbitrary network call) in the call itself. For example, let's say I want to copy 100MB to one server, and 1GB to another. ...
3
votes
4answers
4k views

Fastest SFTP client

OS: WinXP SP3/ Windows Server 2003 Protocol: SFTP (port 22) Mainly concern on transferring 2-5 big files (over 1GB). I've tested CuteFtp, FileZilla, SecureCRT and several others. Looks like CuteFTP ...
1
vote
1answer
895 views

Unix: Sync directory with SFTP directory

I have a website on my local computer running Mac OS X. I am wondering if there is any built-in command that I can run in the Terminal that will upload that website to my webserver through SFTP. ...
1
vote
2answers
1k views

How can I make sftp accounts that can only access their home directory?

I'm using Ubuntu Server 9.10. I need to setup 6 accounts for users that will exclusively need sftp. When the user logs in, I need them to only have access to their home directory. I don't want them ...
2
votes
1answer
5k views

where does the “get” command in PSFTP (PuTTY) save the file?

I'm used to running ssh on a Unix command-line and am working for the first time with PuTTY on Windows. When I type get file.txt on the PSFTP command line, where does file.txt go? PSFTP ...
5
votes
1answer
2k views

Is there any built-in SFTP with GUI on OSX?

On my Ubuntu system, I can easily connect to a remote server via SFTP and simply drag/drop files across systems. This is built into the standard file manager. I just recently got a MBP with OSX and ...
2
votes
3answers
3k views

Free solution to backup folders to external SFTP server with shadow copy

I have an account in university on Linux machine with 10TB of free space accessible via SFTP. I would like to backup my Windows 7 x64 laptop to university. Currently I am using rsync+cygwin, but ...
1
vote
4answers
7k views

Install SFTP on Debian Lenny use root user to login

I am new to linux. I have a server that I have successfully installed Debian Lenny on and everything else needed for a LAMP server. But I am unsure how to setup FTP. My first attempt went horribly ...
4
votes
4answers
639 views

Why every OS still can't resume file transferring?

I mean, Windows 7, Ubuntu 9.10 and Snow Leopard... All newest and top of line desktop operating system still use regular copy to transfer files, as it seems to me from experience. Instead of using ...
3
votes
4answers
4k views

file permissions and group ownership using sftp

Is there a way to have all files created by a particular user under sftp to have a specific group and file permissions? The user in question, of course, will be a member of the group, but it is not ...
0
votes
2answers
638 views

What could be the cause of randomly getting “No route to host” errors when trying to ssh or sftp?

The computers are within the same network using WLAN. The error doesn't always show. Sometimes I can connect without a fuss, and sometimes the error shows.
1
vote
5answers
4k views

SSH client for Mac?

I want an App for Mac OS X 10.5 to connect to my site using ssh. The app must be free and have some sort of instructions to get me started. EDIT: I just needed to take care of something on my ...
2
votes
5answers
10k views

Mapping an sFTP connection to a Windows drive?

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 directly point to my remote ...
2
votes
4answers
1k views

Which is better? SFTP or FTPS

I've heard it from some sources that SFTP is preferable to FTPS. If this is the case, I'm wondering why exactly.
2
votes
9answers
2k views

Why does PuTTY & SFTP has to be logged in separately? I thought they were all based on SSH

Why does PuTTY & SFTP has to be logged in separately? I hate typing my password twice to transfer multiple files. Why can't I type my username & password into a SSH client, then it log on to ...
0
votes
1answer
2k views

Can I put comments in a sftp batch file script?

I'm using sftp batch scripts to automate some file transfers. Is there a syntax for putting comments in the batch files? For example: sftp -b mybatchscript.sftp nick@server Where ...
11
votes
5answers
11k views

SFTP as a folder on Vista

Is there a program available for Vista, that allows me to set up a folder as an SFTP connection to a remote server? The use case is to have a folder on my desktop, where I can drag/drop/edit files ...
2
votes
3answers
576 views

Using sftp without mounting it

When I mount sftp/ftp, and connection breaks for a while, the mount "freezes" and will freeze any process that deals with it (the editor, Nautilus, umount, etc). I can't even unmount the folder. (My ...
1
vote
8answers
856 views

How to transfer files when given two SSH accounts?

I need to set up file transfer for which I've received the following access info. But I'm not sure how to connect, having hardly used SSH before. The instructions I got are: First: ssh ...
1
vote
3answers
180 views

trouble to connecting to remote file system using sshfs

I'm a first time user of sshfs, trying to use it to give myself access to a remote file system. $ sudo sshfs username@servername.edu:/home/csg/username/low /local/servername When I issue this ...
1
vote
2answers
667 views

How to make FileZilla save to SFTP server WITHOUT a propmt?

Every time I save a file from the server, it will pop up a "File has changed" prompt, and ask me if I want to upload to server. How can I stop it from asking me? Fugu would do it automatically, and it ...
3
votes
5answers
744 views

GUI FTP program capable of using public/private keys?

I need a SFTP client that's a GUI and is capable of using public/private keys. Filezilla claims to, but first gave me this: The file '/home/xxxx/xxxx' is not in a format supported by FileZilla. The ...
1
vote
1answer
776 views

Why won't my files push to my SFTP server?

I'm having trouble pushing my branch to an SFTP server. I'm following the instructions here. When I push the branch, everything seems to complete successfully. I get the message "Created new ...
48
votes
9answers
101k views

How do I get an entire directory in sftp?

I'm just learning to use sftp, and I want to copy a directory from the remote computer to my local computer. If I try get [directory] it gives me this error: Cannot download non-regular file: ...
2
votes
2answers
735 views

Cyberduck Replacement?

Now that I've upgraded my Mac OS X to Snow Leopard, Cyberduck does not work. What are some good replacements? I would like to have both ftp and sftp compatibilities.
0
votes
3answers
729 views

Redirect user to dir upon SFTP connection

I have an FTP user which i log in into the server via SFTP and a key file. Right, lovely, works like a charm. Now, by default the user logs to /home/ftp which is not cool. I'd like to know if there ...
0
votes
2answers
638 views

SFTP error - User does not have any roots specified

Any idea what would case the error The user <> does not have any roots specified; the channel is being closed when I login to an SFTP site.
1
vote
4answers
3k views

How do I automate SFTP to get rid of the password prompt?

I need to perform SFTP automation (to get rid of the password prompt). How can I do this?

1 2 3 4