|
zaSFTP is graphical SFTP client for Pocket PC and MS Smartphone SFTP, or secure FTP, is a program that uses SSH to transfer files. Unlike standard FTP, it encrypts both commands and data, preventing passwords and sensitive information from being transmitted in the clear over the network. It is functionally similar to FTP, but because it uses a different protocol, you can't use a standard FTP client to talk to an SFTP server, nor can you connect to an FTP server with a client that supports only SFTP.
zaSFTP supports main functions of SFTP v.3.0 protocol. You can download and upload files, manage local and remote file system. ZaSFTP boasts a handful of improvements that make remote administration of Unix and other servers via SFTP protocol using mobile devices safely and more efficient.
Content
- Main window
- Options
- Save session
- Load session
- Ping utility
- Fingerprint
- Remote file explorer
- Local file explorer
- Text editor
Main window
 URL/IP URL or IP of your SSH server
Port Number of SSH server IP-port. Only digital value from 1 to 65535. Default values is 22
Drop down box for select protocol of connection. You can choose:
- SSH2 plain password SSH2 protocol use user name and password from this form.
- SSH2 keyboard interactive SSH2 protocol use user name but ask password after main connection procedure finish. This mode don't saves password but you can try input password any times without restart connection. It is usefully for servers with digital secure ID.
- SSH2 private key file SSH2 authentication by private key file. You can to use key-file in SSH.COM or OpenSSH formats. Supported RSA and DSA key files. Input file name on Options tab window.
User name Login name for SSH server.
Password Password for SSH server.When you choose SSH2 private key file, use this field for input key-file password.
Network You can select network for connect to server. Automatic uses device predefined network map. But you can select Internet, Work, MyISAM and others network type in exclusive or shared mode, if automatic mapping works not correct.
Download block size If program generates exception while file download process, try to decrease download block size.
Upload block size If program generates exception while file upload process, try to decrease download block size.
Code page Code page encryption of your server. Possible values:
- us-ascii
- utf-8
- utf-7
- unicode
- win-1250
- win-1251
- win-1252
- KOI8-R
- KOI8-U
Connect menu Start new session. Drop old session if it is active. Save parameters of current session in memory. These parameters will uses as defaults when zaSFTP start again. If you connect to your server first time, or server keys was changed, you'll see Fingerprint window.
Remote files... Open remote explorer. If sftp session is not active, start connection process.
Local files... Open local file explorer.
Disconnect menu Drop down current connection if it is active.
Exit menu Drop down current connection if it is active and close application.
Session/Save menu Save current session parameters. Show save session window.
Session/Load menu Load previously saved session. Show load session window.
Options menu Open options window
Ping menu Open ping window utility
About menu Open About window utility
Option Window
 Key file... menu Open file explorer window for select private key file.
Private key file Path and file name of your private key
Use http proxy check box Check it if you wish to use http-proxy server for SSH connection
Http text box Input URL or IP of http-proxy server
Port text box Port number of http-proxy server
Use Web basic authentication check box Set it if your server demands web basic authentication
User name text box User name for web authentication
Password text box Password for web authentication
Save session
 Input session name Name under witch session parameters will be saved in memory.
OK button Save session parameters and return to main form.
Cancel Return to Main form.
Load session
 List of sessions List of previously saved sessions.
OK menu Load parameters of selected session parameters and return to Main window.
Edit menu Change name of selected session.
Delete menu Erase selected session from memory.
Cancel menu Return to Main form.
Ping
 Server URL or IP text box Your server URL or IP for ping.
Information about ping process IP address, time of ping, maximum, minimum, average time. Quantity of sent, received and lost pockets.
Start menu Start ping.
Stop menu Stop ping.
Exit menu Exit from ping utility and return to main form.
Fingerprint
 Fingerprint Information about your server secure keys. Show when you first time connect to server or when server changed secret keys.
Accept menu Save information of server key in memory and continue session. Next time, if server key same, this window will not show.
AcceptOnce menu Continue session, but do not store key information to memory. When next time connection start, you will see this window again.
Stop! menu Don't store key and stop session. Return to Main window.
Remote file explorer

Show SFTP server file system.
Show local menu Open file explorer window for local file system
Download Download selected remote file to local file system.
Download and Edit Download selected remote file to local file system and open its content in text editor.
Refresh Refresh remote file list
Commands menu Execute SFTP commands on remote server. Possible make new directory, delete empty folder, rename file or directory and delete remote file.
Navigation menu Navigation throw files list. Home, End, Page up, Page down, Find file etc.
Select all menu Select all files for download
Unselect all menu Clear all selections
Invert selection menu Invert files selection
Main form menu Return to Main window.
Local file explorer

Show local file system.
Show remote menu Open file explorer window for remote file system
Upload Upload selected local file to remote SFTP server.
Editor Open editor window.
File File operations. You can make new folders, delete and rename files.
Refresh Refresh local file list
Navigation menu Navigation throw files list. Home, End, Page up, Page down, Find file etc.
Select all menu Select all files for upload
Unselect all menu Clear all selections
Invert selection menu Invert files selection
Main form menu Return to Main window.
Text editor

Close Close editor window and return to local file explorer.
Fast scroll When this menu item is checked, hardware arrow keys works as PageUp, PageDown, PageRight and PageLeft
Edit Open submenu with Copy/Past function.
Navigation menu Navigation throw file. Home, End, Page up, Page down, Find file etc.
Save Open Save and SaveAs menu.
Fonts... Show window where user can select font size and lines height.
|