Linux commands: Difference between revisions

Jump to navigation Jump to search
19 bytes added ,  15 January 2014
No edit summary
Line 43: Line 43:
=== download file from remote server ===
=== download file from remote server ===
* FTP
* FTP
* wget: {{kbd | key= <nowiki>wget http://path.to/file</nowiki>}}
* wget (with progress bar): {{kbd | key= <nowiki>wget http://path.to/file</nowiki>}}
* SVN update: {{kbd | key= <nowiki>svn up http://remote.svn.server/path/ /local/path/ --username=your_account</nowiki>}} and key in your SVN password <ref>using the www account {{kbd | key= <nowiki>su - www -c "svn up http://remote.svn.server/path/ /local/path/ --username=your_account --password=xxx" </nowiki>}}</ref>
* SVN update: {{kbd | key= <nowiki>svn up http://remote.svn.server/path/ /local/path/ --username=your_account</nowiki>}} and key in your SVN password <ref>using the www account {{kbd | key= <nowiki>su - www -c "svn up http://remote.svn.server/path/ /local/path/ --username=your_account --password=xxx" </nowiki>}}</ref>
* more on [[File transfer methods]]
* more on [[File transfer methods]]


=== delete files or directory ===
=== delete files or directory ===

Navigation menu