Alternative Tool Of Winscp In Mac For Ssh
WinSCP is based on SSH implemented from PuTTY and FTP implemented from FileZilla. The client has been originally released in 2000 and is being updated since then on a regular basis. WinSCP has the ability to be used as a plug-in in an another file manager and flexible integration options for Windows OS.
- Popular Alternatives to WinSCP for Mac. Explore 23 Mac apps like WinSCP, all suggested and ranked by the AlternativeTo user community. WinSCP, a popular free SFTP and FTP client for Windows, copies files between a local and remote computer. It supports also FTPS, SCP and WebDAV. It offers easy to.
- SSH System Administration Tool v.51 ssh Java interface for Unix, Linux and MS Windows system administration. Allows you to remotely access and control your servers through google talk. Allows you to remotely access and control your servers through google talk.
- The Terminal app is the default CLI that comes bundled with the Mac, and is a rather powerful tool, in case you didn’t know. You can use the Terminal to SSH into a remote server, provided, obviously, that you have the valid login credentials.
- WinSCP is an open source FTP and SFTP client for Windows only. It main functionality is secure transfer of files between local and remote computer. Apart from this, it has a build-in file manager and file synchronization functionality.
- Alternatives to WinSCP for Windows, Mac, Linux, Web, Android and more. Filter by license to discover only free or Open Source alternatives. This list contains a total of 25+ apps similar to WinSCP.
- WinSCP installed Putty on Wine by default, which was good because I needed Puttygen to convert my Mac's private SSH key to.ppk format; I loaded the key in WinSCP and using the VPN connection already set up on my Mac, WinSCP is running just fine.
I use VMware Fusion created a VM(Linux) in my Mac, but I don't know how to delivery the data from my Mac to the VM.
If the VM is on the Windows I can use the WinSCP to load data to it, but how can I load data to VM from Mac?
Some friend can recommend me a software to load data to Linux?
3 Answers
You can mount a directory (or drive) of VM on your Mac or vice-versa with NFS, for example:
On Linux:
First install (and start) NFS on your linux VM, if your distro is debian based:
1) Create user account, in this example, let's set the user and group ID to 5000
2) Set password for NFS user account:
3) Edit the exports file, here we use vim:
4) Add the following line (fix to your context):
5) Save and exit.
6) Set permission to exports:
Enable NFS on OS X

1) On a terminal window, start the NFS service (enter your password, if necessary):
2) Close the terminal window.
Launch Connect to server:
1) Press Command+K to launch Connect to Server.
2) In the server address field enter nfs:// define the network protocol for CIFS and then enter the IP address of the server with the export path
3) Click connect to connect to share.

muCommander has two-tabs interface similar to WinSCP and AFAIK can copy files over ssh in the same way.