This topic has been archived. It cannot be replied.
-
工作学习 / 学科技术讨论 / 有没有linux下类似winscp得软件,可以判断remote,local目录,然后只upload修改过的文件
-dzhu(Daniel);
2009-5-12
(#5258348@0)
-
gftp, filezilla
-qwertyasd(东北人);
2009-5-12
(#5258539@0)
-
这两个都不适合,还不如自带的rsync好用。 sftp:user@hosting, 这样的地址可以包括密码吗,每次都输入很麻烦
-dzhu(Daniel);
2009-5-12
(#5258684@0)
-
Are you looking for something that has GUI or a Linux command line application?
-qwertyasd(东北人);
2009-5-12
(#5258717@0)
-
if you don't want to type the password every time you connect to the server, you can use ssh-keygen to generate publickey and private key:(ssh-keygen -b 1024 -P "" -t dsa) and push the public key to the server and keep the private key under your home directory. ~/.ssh/authorized_keys
-qwertyasd(东北人);
2009-5-12
{148}
(#5258861@0)
-
Thank you!!!
-dzhu(Daniel);
2009-5-12
(#5259297@0)