且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

SSH和Linux / Unix ......需要帮助!

更新时间:1970-01-01 07:56:30

2005年12月3日星期六17:34:11 -0800, ki*****@yahoo.com 写道:
我多年来一直在使用像Dreamweaver这样的开发环境和ASP,而且最近有一个需要SSH来访问服务器的php工作。命令
对我来说真的很新,我需要学习这个。此外,我似乎无法找到使用Dreamweaver MX 2004访问服务器的方法。
那里的人说它不可能,但没有人真的知道
Dreamweaver那个好。有没有他/我不知道的方式?




您需要一个支持SFTP(安全文件传输协议)的FTP客户端
>
Filezilla很好

http://filezilla.sourceforge .net /


商业ssh客户端也很好

http://www.ssh.com/products/tectia/client/

Masochists发誓Putty

http:/ /www.chiark.greenend.org.uk/~sgtatham/putty/

如果您有最新版本的WS_FTP Pro,那就可以胜任也是。


你应该使用WinSCP。你甚至不需要知道任何与Linux shell有关的事情,因为它是一个可视化的工具,你可以拖动
并将文件丢弃到你的服务器上。

http://winscp.net/eng/index。 php


我不知道通过Dreamweaver做什么。


是的,WinSCP是一个非常好的工具,也是CuteFTP你可以用于拖拽和b / b $ b $ drop解决方案,但无论如何通过SSH命令连接:

1-类型:ssh <服务器名称或地址> -l< username> -p<端口号>

2-类型密码

3-你在:dir for view,cp for copy,mv to move,rm -rf filename

删除,帮助将是那里***的命令;-)

***的问候,

XIII


I''m been using dev environments like Dreamweaver with ASP for years
and recently got a php job that requires SSH to access the server.
Command line is really new to me and I need to learn this. Also I
can''t seem to find a way to access the server with Dreamweaver MX 2004.
The guys there say it''s not possible but no one there really knows
Dreamweaver that well. Is there a way they/I don''t know of?

Thanks!

On Sat, 03 Dec 2005 17:34:11 -0800, ki*****@yahoo.com wrote:
I''m been using dev environments like Dreamweaver with ASP for years and
recently got a php job that requires SSH to access the server. Command
line is really new to me and I need to learn this. Also I can''t seem to
find a way to access the server with Dreamweaver MX 2004.
The guys there say it''s not possible but no one there really knows
Dreamweaver that well. Is there a way they/I don''t know of?



You need a SFTP (secure file transfer protocol) capable FTP client

Filezilla is good

http://filezilla.sourceforge.net/

The commercial ssh client is also good

http://www.ssh.com/products/tectia/client/

Masochists swear by Putty

http://www.chiark.greenend.org.uk/~sgtatham/putty/

And if you have a recent version of WS_FTP Pro, that''ll do the job too.


WinSCP is what you should use. You don''t even need to know anything
to do with the Linux shell since it''s a visual tool that you can drag
and drop files to your server.

http://winscp.net/eng/index.php

I don''t know of anyway to do with via dreamweaver.


Yeah, WinSCP is a very good tool, also CuteFTP u can use for drag &
drop solution, but anyway to connect by SSH commands:
1- type : ssh <server name or address> -l <username> -p <port number>
2- type ur password
3- you are in : dir for view, cp for copy, mv to move, rm -rf filename
to delete, and help will be the best command there ;-)
Best Regards,
XIII