UNIX: How to tansfer a whole directory with all subdirectories by FTP
That can not be done directly.But workaround is make a TARBALL and then FTP it.
To compress using tar
tar -cvf DestFile.tar SourceFile
To compress using compress
compress SourceFiles
By default all files will be compressd to SourceFiles.z
---: I am not responsible for any damages happened from the suggestion of my blog :---
Reach me at : m.a.hasim@inbox.com
Labels: Technical_HowTo_Unix
<< Home