|
© Copyright Robert Vasvari, 1993-2018.
File Operations Within a HostRBrowser supports the following operations on the remote host:
7: New Folder 8: New Empty File 9: Set Owner 10: Set Group
All file operations work on files, folders and multiple
selections. Copying/Moving a folder involves all of its
subfolders.
All file operations run asynchronously in the background. You
can view/kill them from the Processes panel
(COMMAND-SHIFT-P or click on the chasing arrows in the File Viewer). If
the KILL button appears, the operation can be aborted.
On the Local File Viewer, the default operation for dragging
over a different volume is copy.
SSH/UNIX only:
Warning: The longer operations (like recursive deletes) may
continue in the background on the remote host even if you try to
kill them in the process panel. This behavior entirely depends on
the host you are connected to. Exercise caution before
starting operations (such as deleting a tree of files) which are
potentially final and cannot be recovered from. In these cases
you may have to telnet (or ssh) to the remote host and kill the
processes directly.
File Transfers in RBrowser work just like in the Finder, or other FTP/SFTP clients.
Simply select the files you want to move either in the Finder or in RBrowser and drop them
in the target location. You can drag and drop freely between RBrowser and the Finder.
Modifier keys make no difference here. The operation is always
a copy.
Local To Remote: Remote to Local: Remote to Remote: File Transfer Notes: Under the
ssh protocol RBrowser uses
scp for file transfers.
scp should reside in the same directory as the
ssh client (usually in /usr/local/bin). RBrowser does its best to
find it, if it cannot be found, you will see a panel asking for
the full path of scp. The most important new
feature: if you have two remote ssh connections, you can
transfer files from one to the other DIRECTLY by
simply dragging and dropping as usual!
FTP File Transfer Restart (provided that the remote FTP
server supports it). Here is how to restart a transfer: Drag the
file over the target folder just like before. *Just before you
drop* it, press the Control key. The cursor should change to the
link icon. Drop the file. RBrowser will look at the file in the
destination folder, and append the missing portion to the end of
the file. Since it is a restart, a partial version of the same
file with the same name exists in the destination folder already.
If not, RBrowser will revert to a regular file transfer. CAVEATS:
This is not a safe operation to do, especially during upload.
Some FTP servers have bugs in determining the exact filesizes,
and that could introduce extra null bytes in your file. Generally
speaking it is a lot better to just repeat the transfer from
scratch.
|