PDA

View Full Version : Where can I see SFTP commands?


radioraiders
09-19-2007, 12:26 PM
Hello,

I'm having some issues with a secure FTP server. FTP over SSH.

I would need to create a log of the FTP commands that are beeing sent between the client and the agent, in order to see where the error is taking place.

Is there a specific program in BT2 that can allow me to see these messages?

Thanks.

blackfoot
09-19-2007, 05:36 PM
Most analysis programs will assist you.

tcpdump
wireshark

thorin
09-19-2007, 05:53 PM
Or you could just open the log windows on both ends.

Most FTPS/sFTP clients and servers have log/activity windows.

radioraiders
09-20-2007, 11:04 AM
Ok, thanks for the replies.
I asked this question for a co-worker, so I'll pass the answers along to him.

MaXe Legend
01-01-2008, 07:51 PM
The commands for SFTP is pretty easy, you can write "help" without quotes to find out.
(if thats what you need to do).

The commands are pretty easy to use and remember.
Put = Upload
Get = Download (i think it's get)
LLS = Local Listing
LS = Remote Listing
And that should be what you need?