r****t 发帖数: 10904 | 1 啥叫没法用? lftp 当然可以 speak sftp 了,就算你是 ftps 这种我从没见过的
都号称可以用,别说 sftp 了。it does much more than that. from its manpage:
" lftp can handle several file access methods - ftp, ftps, http, https, hftp
, fish, sftp and file (https and ftps are only available when lftp is
compiled with GNU TLS or OpenSSL library). You can specify the method to
use in `open URL' command, e.g. `open http://www.us.kernel.org/pub/linux'. hftp is ftp-over-http-proxy protocol. It can be used automatically instead of ftp if |
|
e*n 发帖数: 1511 | 2 不是
我这里是必须输入 sftp://myaddress
直接myaddress就连不上
但是用sftp的话,就不用输入 sftp:// |
|
R****a 发帖数: 199 | 3 【 以下文字转载自 SanFrancisco 讨论区 】
发信人: smallxm (smallxm), 信区: SanFrancisco
标 题: Re: 有什么比较好的断点续传的 ftp/sftp 软件?
发信站: BBS 未名空间站 (Sun Feb 1 04:12:29 2009), 转信
sick of all command line sftp programs like rsync, they are horrible when yo
u have tons of large files to transfer. And rsync some syntax bugs, don't th
ink that's the *perfect choice*.
psftp |
|
e*n 发帖数: 1511 | 4 我要从一个cluster上传文件下来。scp需要自己把文件名输入了,因为文件名比较长,
自己type太麻烦,就想要个能自动补全的。sftp也需要自己输入文件名。
估计我要重新compile才能让lftp用sftp吧。
我试了试已经安装的版本,连不上远程的cluster.
hftp |
|
t*****n 发帖数: 1589 | 5 【 以下文字转载自 BuildingWeb 讨论区 】
发信人: therion (将于是乎在), 信区: BuildingWeb
标 题: sftp能连上
发信站: BBS 未名空间站 (Sun Jun 2 03:16:13 2013, 美东)
也能显示list, 但上传或者下载就是 remote open(/xx/xxx ) : permission denied?
是怎么回事?
除了sftp,还有什么可以上传 (用key pair authentication 的) |
|
t**********y 发帖数: 374 | 6 我有文件在ftp网站上,用FileZilla 连没问题,但是用sftp时就总是 password 有问
题:
$ sftp [email protected]
[email protected]'s password:
Permission denied, please try again.
请问到底该哪里出门题啦?这里hostname, username, password都跟filezilla上输入
是一样的
多谢啦!!! |
|
f*******n 发帖数: 12623 | 7 SFTP是SSH的一部分。你能SSH login才能用SFTP。 |
|
c**o 发帖数: 166 | 8 If you are using the default sftp server, you need to check /etc/syslog.conf
to see if there is a line something like
auth.info /var/log/authlog
If not, you need to add it and restart the syslogd daemon.
If your sftp server is not the default server, you need to check the sshd_
config file to see where the log is. |
|
d***a 发帖数: 13752 | 9 嗯,俺用Unix有很多年了。:)
Mac也有一些sftp的GUI client,但在Unix环境下其实没
什么必要去用那些client。 |
|
t*****n 发帖数: 1589 | 10 也能显示list, 但上传或者下载就是 remote open(/xx/xxx ) : permission denied?
是怎么回事?
除了sftp,还有什么可以上传 (用key pair authentication 的) |
|
r****t 发帖数: 10904 | 11 我用的是 Debian 里面带的包,sftp 不应该依赖 GnuTLS 的。
$ lftp -v
LFTP | Version 3.7.8 | Copyright (c) 1996-2009 Alexander V. Lukyanov
LFTP is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITN |
|
l******t 发帖数: 12659 | 12 I think you might try this:
lftp -u Your_ID sftp://Remote_Server |
|
r****t 发帖数: 10904 | 13 ft, 我告诉你要写 sftp://host 你回来说不 work, 别人说了就 work 了。 |
|
c**t 发帖数: 2744 | 14 I only has sftp account to a remote server; how to use rsync? any tutorial? |
|
c******n 发帖数: 16666 | 15 filezilla你也是连的sftp还是ftp |
|
t**********y 发帖数: 374 | 16 我就说输入host, user, password, 然后quick connect
如何知道是sftp or ftp? |
|
s******y 发帖数: 172 | 17 通常缺省是ftp。你服务器端可能没有开sftp。 |
|
c******n 发帖数: 16666 | 18 很久没用这个了 但是应该可以点开来看端口号 ftp 默认21 sftp默认22 |
|
|
|
y**b 发帖数: 10166 | 21 这都是client么。filezilla server也不支持sftp。 |
|
y**b 发帖数: 10166 | 22 ftp显示中文名没问题,sftp显示乱码,怎么解决? |
|
i*e 发帖数: 13 | 23 那个站点上有些pdf文件,我想拿下来,但是它是一层层的文件夹形式
一个一个拿太麻烦,但是因为这是从另外一个站点ftp过去的,我还不能
直接连,ws-ftp也没有用,能不能再sftp上把一个大文件夹拿下来,咋办呢?
谢谢! |
|
C**y 发帖数: 28 | 24 if you have ssh client under windows, you can use the explorer-like
sftp client to get the dirs.
you can get a copy at www.ssh.com |
|
c***y 发帖数: 114 | 25 已经设好sftp,怎么加一个新用户/passwd, 和这个用户登陆的default path? |
|
D*******a 发帖数: 3688 | 26 /var/log/里面grep了一把,都没有sftp字样 |
|
m**n 发帖数: 108 | 27 Hi, is there any free ssh/sftp server software for
windoes? I mean stand alone ones, not like the OpenSSH
running on Cygwin. |
|
h****n 发帖数: 198 | 28 【 以下文字转载自 Linux 讨论区 】
【 原文由 hotgun 所发表 】
偶在一台solaris的机器上装了sshd, 从其它机器上用ssh连上来没问题,
但用sftp连时却有问题,在机器A上
sftp -1 -oPort=222 u*****[email protected]
u*****[email protected]'s password:
输入口令后出现:
/usr/freeware/libexec/sftp-server: Command not found.
然后就退出了。
在机器B上连,输入口令后出现
/usr/libexec/openssh/sftp-server: Command not found.
Received message too long 1416979744
read: Connection reset by peer
经查A上的sftp-server是在/usr/freeware/libexec/下,B上的sftp-server
/usr/libexec/openssh/下,但我的机器上的sftp-server在/usr/local/libe |
|
j*******n 发帖数: 1 | 29 本人菜鸟+新手,请教各位高人一个困扰很久的问题.
出差,run程序,登陆:
ssh到学校的服务器-->再ssh到lab服务器-->再ssh到lab服务器后面的机子
run完后看结果,
把文件sftp到学校内服务器-->再sftp到我的机器上->修改后再sftp到学校服务器->再
sftp到lab 服务器 -->再sftp到里面的机器.
后来有试了lab服务器上的VPN server,防火墙都开放了出差时的domain,居然vpn
server没反映.lab服务器上有apache,直接连接没问题.折腾了一天,无果.
一句话,网事不堪回首.准备好好修改一下.还请高人指点.
lab基本情况:一个LAN,用的是apple_server,里面有10台左右的Linux.(lab在校内,校内
的公用大服务器可以直接ssh到lab server,但看不到里面的机器,而里面的机器可以直
接ssh到学校大服务器)
lab server上有防火墙,有vpn server,
1)想设置一个ftp,直接连接到里面的Linux下载文件.
2)想直接从家里的DSL连接到lab里面的linux机器run程序.
方案一 |
|
h*w 发帖数: 1182 | 30 抛砖引玉,pogoplug上面可以装很多东西。
本人新手,这个安装说明算是一个备份吧,如果要重新安装可以看看,也可以给新新手
参考。也请高手指点。
为什么没有装arch或者debian是因为看到有人说pogoplug自带的ntfs驱动比ntfs-3g性
能好,就想用原系统加装optware来安装samba共享。而且如果还想用my.pogoplug.com
也可以直接用。还没有实验过到底是自带的ntfs驱动快还是ntfs-3g快,就当瞎折腾了
,呵呵。
本说明基于POGO-E02,不保证在其他版本的pogoplug上也工作。对于使用本安装说明引
起的任何损失概不负责。
------------------------------
1. Find your Pogoplug ip address in your router.
2. Log into your Pogoplug online account that you created during the initial
setup of the POGO. Go into the advanced tab / Security.... 阅读全帖 |
|
h*w 发帖数: 1182 | 31 抛砖引玉,pogoplug上面可以装很多东西。
本人新手,这个安装说明算是一个备份吧,如果要重新安装可以看看,也可以给新新手
参考。也请高手指点。
为什么没有装arch或者debian是因为看到有人说pogoplug自带的ntfs驱动比ntfs-3g性
能好,就想用原系统加装optware来安装samba共享。而且如果还想用my.pogoplug.com
也可以直接用。还没有实验过到底是自带的ntfs驱动快还是ntfs-3g快,就当瞎折腾了
,呵呵。这个主要是给家里只有windowns电脑的用,要是有linux的机器,还是用ext3或
ext4最快。
本说明基于POGO-E02,不保证在其他版本的pogoplug上也工作。对于使用本安装说明引
起的任何损失概不负责。
------------------------------
1. Find your Pogoplug ip address in your router.
2. Log into your Pogoplug online account that you created during the initial
setup... 阅读全帖 |
|
d***a 发帖数: 13752 | 32 这个很好做。Mac是unix系统,已经是一个server。win7 laptop做client。
1. Mac上打开SFTP server:http://www.maciverse.com/how-to-turn-on-your-macs-sftp.html。
2. LAN的router上给MAC一个固定IP。
3. Win7 laptop装支持SFTP和同步的软件。我喜欢用WinScp。联上Mac的IP就可以同步了。
这个方法适用于LAN的。因为网络流量就在家里转,比用drop dox要快得多。
我现在用的是rsync同步,差不多,可能稍快一点。Win7上可以用cygwin+rsync,能做定时和自动同步。Winscp或别的基于SFTP的软件,可能也能做到。
以定时去LAN上的电脑抓数据做备份。有什么Linux或者Mac的软件也可以这样吗? |
|
s****t 发帖数: 220 | 33 在其他用户的目录下发现了sftp-server
【 诸如:/usr/man/man8/sftp-server.8
/usr/share/man/man8/sftp-server.8.gz
/usr/libexec/openssh/sftp-server
但我实验室的UNIX机器上没有发现,这是不是就是说它不支持FTP啊
?在 aily (欢欢) 的大作中提到: 】 |
|
c**c 发帖数: 2593 | 34 或者比较原始而安全的做法,反正要传大文件,就写一个script来做sftp操作
好了,在两台机器上都跑。在每一边程序算完一个timestep都调用这个script,
这个script先进入sftp,把数据文件(比如A)上传到对方机器上,因为数据量
大,要传一段时间,传完后立即用rename命令把对方机器上的文件名改成B,然
后这个script退出sftp,进入循环等待,一直到检测到自己指定目录下出现文
件B,立即再把它改回文件名A,然后script退出,文件A这时就可以作为下一个
timestep的输入文件了。两边都是上传以后等待,来回改文件名算是最原始的
同步方式,呵呵,不过如果没有太复杂的要求的话,实现起来倒是简单方便。 |
|
o**n 发帖数: 1249 | 35 客户端是linux。
我按照你说的用sftp连,信息过后提示让我输入密码,我输入后显示如下
debug1: Authentication succeeded (password).
debug1: channel 0: new [client-session]
debug1: Entering interactive session.
debug1: Sending environment.
debug1: Sending env LANG = en_US.UTF-8
debug1: Sending subsystem: sftp
subsystem request failed on channel 0
Couldn't read packet: Connection reset by peer
然后就回shell了。需要我把sftp命令之后的output列出来么?是关于rsa key之类的东
西,我不太
懂。
我确定密码是对的,我仍然可以ssh连进去。别人用windows版的filezilla也连不进去
,以前是能连进去的。
谢谢帮忙! |
|
o**n 发帖数: 1249 | 36 哦,是这样阿。
刚才贴的那个/etc/ssh/sshd_config里提到sftp
Subsystem sftp /usr/lib/openssh/sftp-server |
|
o**n 发帖数: 1249 | 37 拿到root权限了。问题解决了,很愚蠢的问题,sshd_config中sftp-sever的路径错了
,多亏zher告诉我sftp和ssh的关系并让我找sshd_config。
这个是我以前学校group的网站server,一直都是学生管(以前是我管),但其实我们
都不太懂这些东西。加上系统好像是Unix还是BSD的一个变种?很多东西都不在我熟悉
的地方,用起来很不方便,连个vim都没有,只有vi:)
按理说不应该有人改这个config,或者是sftp-server update时候换位置了,挺奇怪。
谢谢帮忙,我包子不多,别嫌少:) |
|
W**********s 发帖数: 42 | 38 【 以下文字转载自 WashingtonDC 讨论区 】
发信人: WebTemplates (web template), 信区: WashingtonDC
标 题: openings in DC
发信站: BBS 未名空间站 (Wed Jul 18 15:30:08 2012, 美东)
If you are interested, please send your resume to g*****[email protected]
1, Java Developer (DC)
Job Description
We have an immediate job opening for senior J2EE developer. The position
will be short to middle term JAVA development.
Job Requirement:
• At least 7 years experience in J2EE projects full life cycle
development
• Quick understa... 阅读全帖 |
|
g********g 发帖数: 2172 | 39 Also, to use ftp, you will need to install the ftp service in linux. If you
have SSH, you can always use sftp. For sftp, I like filezilla better than
winscp |
|
|
j****c 发帖数: 19908 | 41 我都是直接用sftp的,用sftp或者scp命令很方便
给国内的电脑上直接mount好,有文件就往这个mount的文件夹里拖。 |
|
t***n 发帖数: 546 | 42 不是这样的。
goodreader 可以通过FTP,SFTP,WebDav, 等协议连上自己设置的服务器, 当然也可
以连上
dropbox,sugarsync 等cloud 服务器,然后选定其中一个目录同步到IPAD/Iphone 本
地。 以后本地或
服务器任意一端做了修改,只要点“sync”按钮就可以把最新的文件同步到另一端。
大部分linux/Mac都开有SSH服务,所以在desktop上无须安装任何软件就可以用SFTP同
步了。
其实所有类似同步程序都有一个通病, 就是文件只能保存在这个程序的目录下。你可
以把文件发送到
别的程序做修改,却往往无法把修改好的文件发送回来同步到服务器上。这才是最让人
头疼的。
and
initiate |
|
d*w 发帖数: 384 | 43 use scp or sftp command.
if you are not familiar with UNIX command lines, use some SCP or SFTP
front ends with GUI support, such as Fugu. |
|
c*m 发帖数: 1114 | 44 一般不private的小文件才放到公用服务器上共享,哪有把自己整个文件服务器和公用服
务器同步的。很容易被人窃取信息和啥艳照门的。
大文件共享的解决方案可以家里自己开sftp server啥的;或者偷偷在学校/公司的静态
ip主机上开sftp server. |
|
y**b 发帖数: 10166 | 45 是能够;可是跟我的serv-u sftp冲突了,我还是sftp用得多。 |
|
o**n 发帖数: 1249 | 46 /etc/ssh/sshd_config内容:
# Package generated configuration file
# See the sshd(8) manpage for details
# What ports, IPs and protocols we listen for
Port 22
# Use these options to restrict which interfaces/protocols sshd will bind to
#ListenAddress ::
#ListenAddress 0.0.0.0
Protocol 2
# HostKeys for protocol version 2
HostKey /etc/ssh/ssh_host_rsa_key
HostKey /etc/ssh/ssh_host_dsa_key
#Privilege Separation is turned on for security
UsePrivilegeSeparation yes
# Lifetime and size of ephemeral versio... 阅读全帖 |
|
z**r 发帖数: 17771 | 47 开始怀疑你的server把sftp subsystem 关掉了,但是config里还在,现在十分怀疑的
sftp subsystem 有问题,你/etc/init.d/sshd restart一下,或者/etc/init.d/ssh
restart |
|
j****y 发帖数: 178 | 48 1.是把id_rsa.pub scp到remote server然后改文件名。
2.sshd_config:
Protocol 2
SyslogFacility AUTHPRIV
Subsystem sftp /usr/libexec/sftp-server
本地系统是Macbook
远程系统是CentOS release 5.8 (Final) x86_64
ssh port 是2017
现在还是不行,多谢!
make |
|