SitePoint Sponsor |
|
User Tag List
Results 26 to 27 of 27
-
Oct 24, 2005, 09:54 #26
- Join Date
- Nov 2004
- Location
- Romania
- Posts
- 848
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
I just did a script that does maintainance work remotelly through SSH and SFTP.
The script logs in the target server and starts backing-up/removing/editing files.
It was needed because I needed a way to clean up unwanted scripts without leaving any traces on the server (don't ask me why ).
Anyway, Net:SSH rulez ... although I did found a nasty bug in Net::SFTP (don't use get_file ... it cannot download large files).
-
Oct 24, 2005, 09:59 #27
- Join Date
- Aug 2005
- Posts
- 986
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
I just did a very simple script (15 lines;-)) that transforms a group of directories containing textile-files to html. (with redcloth)
Bookmarks