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.
2
votes
2answers
31 views
why is sftp rmdir not working?
I'm trying to remove a directory with lots of files and folders from my private server space. I'm logging on via SFTP fine; I can access the entire directory no problems; I can even delete individual ...
0
votes
0answers
40 views
Secure file transfer in Linux without SSH? [migrated]
First thing I want to apologize if this question is silly or something... I just tried to research but it seems to be a bit hard to find exactly what I want in Google ! [or I'm not smart enough to ...
0
votes
1answer
26 views
Ubuntu server closing connection after successful login
I was unable to connect to the server through winscp (after changing permissions of www directory of Apache server accidently), it shows
Cannot initialize SFTP protocol. Is the host running a SFTP ...
0
votes
1answer
52 views
Limiting ssh to sftp only?
I use SSH keys to allow passwordless logons to my box. I want to limit them to SFTP only.
I have the following in my authorized_keys file which appears to work:
command="internal-sftp" ssh-rsa ...
...
0
votes
2answers
38 views
transfer hundreds of files specified on a list between two servers
I need to download 800 files from a server to my server. These files have different names and they're in different subdirectories in the remote server, but I have their names on a list.
How can I do ...
0
votes
0answers
94 views
WinSCP sometimes throws error - Server refused public-key signature despite accepting key
I have a process scheduled to send files to an SFTP server (Tumbleweed) using WinSCP.
It works 99.5% of the time.
0.5% of the time, the login fails and WinSCP reports:
Server refused public-key ...
0
votes
0answers
16 views
How to create a user that has full rights under sftp in certain folder in Ubuntu? [duplicate]
I have just installed Ubuntu 12.04 server on a dedicated box to host two sites I have, under one site there is a folder, lets call it /aaaaa and I want to create a user that has full rights to this ...
4
votes
3answers
99 views
Secure remote editing of root-accessible files over SSH
As per security best practices one should not allow root login over SSH with password or keys. Instead, sudo should be used.
However, if one wants to use SSH (SFTP) for remote editing of server ...
0
votes
2answers
44 views
How to copy all directory from another host to current host on Linux
My current files and directories are hosted with Godaddy.com and they don't allow scp over to another host, and I want to get all the pictures for wordpress under wp-content/uploads/* but when I tried ...
0
votes
1answer
58 views
How to index and search SFTP/SSH files in Windows?
I use Index Your Files to index and search shared network locations quickly in Windows. I found some files on a shared network location. When I opened this network location in WinSCP I found that it ...
0
votes
0answers
19 views
Reshare subset of files via SFTP from another SFTP server
I am trying to work out whether there is a way to set up an SFTP server on one machine which provides access to a subset of files on a different SFTP server.
For example /home/global is accessible by ...
1
vote
0answers
27 views
How to set up an alias in a sftp session?
I usually map 'ls -l' to ll on my terminal.
So 'll' is the most frequent command I use.
I found that habitually I use 'll' on interactive sftp session.
Is it possible to create an alias for sftp?
0
votes
1answer
90 views
what is this command doing in batch file?
I have this command in .batch file.
Can someone explain me what it is doing?
ftp -d -s:c:/somefolder/file_xfer/ftpcmds.txt > c:/somefolder/file_xfer/xfer_prt.txt
I need to know because I am ...
0
votes
1answer
46 views
SFTP via Terminal Error
I cant connect to a server via sftp any more, I could yesterday. Here is the full sftp -vvv log, maybe you could help me out? Tried deleting ~/.ssh, tried hosts.allow / hosts.deny. No solution at all.
...
0
votes
0answers
87 views
Using Filezilla to upload files to remote server under a proxy server
I am using Filezilla to upload files to my web server. I am under a proxy server of my college. I edited FTP proxy in Filezilla Settings. However, it shows the following error :-
Status: Selected ...
2
votes
1answer
91 views
FTP move files/folder on remote server in FileZilla
I have a folder on my server that I want to move to a different location on that same server.
I see that I can move a file/folder into a sibling folder, or up one folder, by dragging it over the ...
0
votes
0answers
82 views
Why can't I connect with sftp
I am a newbie on ubuntu server 12.10, I was following this guide
https://gist.github.com/joshellington/2224420
I don't understand why if my /home/myuser folder's owner is myuser I can't connect by ...
1
vote
1answer
178 views
SSH SFTP: transfer local directory to remote server
I can't seem to transfer a simple local folder to a remote server via SFTP or SSH. I feel like the issue has to do with absolute paths or home directories, but here's what I've tried:
scp -r ...
-1
votes
1answer
151 views
How to configure SFTP at amazon EC2 WITHOUT key file [closed]
My EC2 server running a Debian distribution: Debian GNU/Linux 6.0
I need to connect dreamweaver to an Amazon EC2 instance but it is not working with keys.
I need do configure my server to work ...
0
votes
1answer
39 views
How can I use Interarchy/Filezilla etc with SSH keys?
I have a server which I connect to with the command line using a stored ssh key, i.e. there's no username/password, I can just connect with ssh servername because the key is stored in the right place. ...
0
votes
0answers
50 views
swish sftp: Hide hidden files
I want to mount a directory with SSH.
Is it possible to hide dot-files in swish sftp?
Is it possible to dislay folders on top of the list?
1
vote
1answer
189 views
Powershell and SFTP.exe
Is it possible to pipe the contents of a folder on an SFTP site to a local file similar to window sinnate ftp.exe program where the syntax:
dir /MainDir/SubDir c:\test\ftp\CurrentContents.txt
but ...
1
vote
1answer
71 views
using sftp and having www file access at the same time
Im getting confused about permissions and sftp access in ubuntu.
I have a user who has access to the www folder :
<username>:www-data
I have set the following in sshd_config:
Subsystem ...
0
votes
1answer
819 views
FTP from Linux to Windows server
I'm writing a script to do a sftp to Windows (Server) from a Linux machine. I wanted the script to run without manual inputs like inputting password etc.
#!/bin/sh
HOST='10.x.x.x'
USER='user'
...
0
votes
1answer
416 views
SFTP without password prompt (from linux to windows)
I'm using freeftpd as an sftp server on Windows machine.
From my Linux machine (Ubuntu) I want to do a SFTP from Linux to Windows, and I want to bypass entering a password.
Can some one please ...
-1
votes
1answer
35 views
Copying entire dir using SFTP
In sftp>
put * or get * doesnt get the hidden files or directories inside the dir.
What to do if I want to use sftp to copy entire dir,along with subdirs that are hidden also?
For example a .git ...
0
votes
0answers
5 views
sftp for a specific folder [duplicate]
Possible Duplicate:
Can I create an SSH user which can access only certain directory?
I have 3 users on my Linux server , (root, oracle , myuser )
I created a folder named shared in ...
0
votes
2answers
71 views
sftp limit user to directory
I need to limit sftp for a user to a certain folder.
So far I have followed this tutorial to the letter:
http://shapeshed.com/chroot_sftp_users_on_ubuntu_intrepid/
It works in the sense that I can ...
0
votes
0answers
78 views
SFTP Windows client that support 2FA using RSA SecurID token [closed]
After looking extensively, I have only been able to find one Windows SFTP client that supports two-factor authentication (2FA) using the RSA SecurID token. The only problem with it is that it only ...
1
vote
0answers
154 views
How to script SFTP two-factor authentication?
I need to script file transfers between two servers. Local server is RHEL 5.x. Remote location uses two-factor authentication (key+password). Authenticates fine on the key-pair but I can't find syntax ...
0
votes
3answers
2k views
FTP client for Synology NAS?
I have a Synology NAS (213) and I want to initiate a download from an external sftp. I dont want to download via a PC because I dont want to leave the PC on while downloading for instance during the ...
-1
votes
1answer
38 views
Is it possible to save a folder with SFTP? [closed]
I've uploaded a folder with extension .zip via a web interface and I want to save via SFTP so that a perl script can retrieve the folder, unzip it, and execute some instructions.
I've found these two ...
2
votes
1answer
58 views
Linux Quota Custom Error Message via SFTP
Is it possible to pass a custom error message to the sftp client when the user exceeds the soft or at least the hard quota limit?
My SFTP Client (WinSCP) shows me an error message in which it states ...
0
votes
0answers
108 views
Why is winscp so much slower than putty? [closed]
I get around 1 MB/s with putty (psftp) client but get much lower speeds with winscp.
Winscp's faqs say that winscp is based off putty so can't go any faster than putty can. However, how come it is so ...
2
votes
3answers
56 views
How to prevent a user from viewing the entire file-system?
I've set up SFTP/SSH so that a user can only put to their home directory, however, they can still cd to all other directories and get files that they see.
How can I prevent this?
EDIT:
My ...
2
votes
1answer
315 views
Linux FTP User Directory Access Restriction?
I'm setting up the SFTP with different users. I simply need to strict some users to be given stricted Folder Access.
General users to access the whole Main FTP Directory normally: ...
1
vote
1answer
61 views
Directory Listing error ONLY in port 22 (SFPT)
I suddenly get this error using SFTP:
Status: Connecting to 64.207.146.82...
Response: fzSftp started
Command: open "root@64.207.146.82" 22
Command: Pass: *********
Status: Connected to ...
1
vote
2answers
444 views
0
votes
2answers
103 views
how to launch an sftp transfer via the console
I need to move 5 gigs of files from one remote host onto another remote host, which does not make the scp command available via the console. So i'm contemplating any other options than first ...
1
vote
2answers
293 views
How can I get the latest files from a Unix server to another Unix server?
How can I get the only the latest files from a Unix server to another Unix server?
I have connected via SFTP to server 2 and trying to apply a for loop to check the time stamp, which is not working:
...
0
votes
4answers
174 views
Auto Refresh Browser When I'm developing
I'm currently connecting to a server via SFTP so I can edit the files locally and have them uploaded back to the server every time I change / update a file. Well, I'm sick of having to refresh the ...
0
votes
0answers
196 views
Automation script to SCP from UNIX to Window Server
I'm new to server/Unix trying to transfer file between AIX to Windows
I'm trying to create SCP or SFTP script that will run on cron and transfer text file on /usr/apps/11.111.1.11.log file to window ...
-1
votes
1answer
131 views
download a large file TAR using SFTP
I am trying to download from a remote server ( in UK I am in the USA) a large file using SFTP (50GB)
It starts but (maybe 10% done) it abandons it and says "too large"
Is there another way to get ...
0
votes
1answer
258 views
File/Folder sync using PuTTY
I looked around and couldn't find anything for this.
There are many programs that allow syncing over FTP or SFTP. But here's the rub. I am behind a proxy which causes 2 main issues. First, the ...
2
votes
0answers
73 views
Some FTP folders not visible to client
I ran into a very interesting issue today.
In my directory I have:
hearts
laptops
pets
scaledBU
spotlights
Each of those are directories. I created these directories using FileZilla but they are ...
-1
votes
1answer
62 views
automate SFTP process with different ssh version
I am totally new to this. Please bear with me if my question is totally nuts. I am trying to setup rsa keys between two servers. I tried the following steps.
ssh-keygen -t rsa
copied the id_rsa.pub ...
0
votes
0answers
182 views
SFTP bandwith limit server side and hidden folders
Is it possible to limit SFTP traffic server-sided? All solutions I found used ''trickle'' on client side, but I kinda need it on the server or say "openssh does not support bandwith limiting" (which ...
1
vote
1answer
123 views
SFTP delete files older than x number of days
How can I delete files at sftp older than x number of days? I'm using WinSCP client to connect to the sftp.
0
votes
1answer
363 views
Does FTP have Auth SSL option?
I am working with a supplier who's just tightened their security. They moved from an anonymous FTP setup to a more secure alternative. The parameters they gave me
Host: blahblah.net
Port: 4421
Path: ...
1
vote
2answers
511 views
sftp chmod recursive
I have logged into a server via sftp via terminal.
When I run the command
chmod -R 755 ./*
I get the error You must supply a numeric argument to the chmod command.. How do I apply a recursive ...

