Posts Tagged ‘fetch

Sometimes data needs moving from server to server without FXP support. For this task there is nothing simpler than good old FTP. What about if you have a large number of subdirectories? As the plain FTP client can not fetch the files recursively shell scripting is usually the solution. But in cases where you do [...]


top