Wednesday, August 08, 2007

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: