background preloader

Webadmin

Facebook Twitter

Install ImageMagick from Source. The Best Cross-Platform FTP for Windows, Linux, and Mac. CrossFTP & CrossFTP Pro Manual 1. Getting Started 1.1 About CrossFTP and CrossFTP Pro; 1.2 Connect; 1.3 Transfer Files and Directories; 1.4 Perform Web Search; 1.5 Manually Enter FTP Commands; 1.6 Execute Raw Commands; 2. Understanding and Using Main Interface 2.1 Identifying the window panes; 2.2 Displaying the Site Manager; 2.3 Displaying transfer items and logs; 2.4 Filter the contents in the directory panel; 2.5 Site Manager; 2.6 Global Options Dialog; 2.7 Fiters Dialog; 2.8 Search Dialog; 2.9 Synchronization Dialog; 2.10 View Certificate Dialog; 2.11 Queue Restore Dialog; 2.12 CloudFront Distribution Edit Dialog; 2.13 Extra Allowed Hostnames; 2.14 Transfer Logs; 3. 3.1 File Menu; 3.2 Edit Menu; 3.3 View Menu; 3.4 Sites Menu; 3.5 Security Menu; 3.6 Queue Menu; 3.7 Tools Menu; 3.8 Help Menu; 4. 5. 6. 1. 1.1 About CrossFTP and CrossFTP Pro CrossFTP is a versatile, cross-platform GUI FTP client based on Java technology. 1.2 Connect Using Quick Connect Using New Connection To... 2.

The. Ffmpeg-php. Script unix pour un FTP recursif ? | CommentCaMarche. OK OK ... lol ! Desolé pour le coup de bourre gt vener ce jour la puisque g cherché le moyen de faire des ftp en fonction du user et du password qui seraient ds des variables et ke je ne trouvais pas la syntaxe... c chose fait et tu me dit que g repondu sommairement ... ok ct de la recuperation et pas de l'envoi, mais je t'assure que by marche aussi bien que bye !!!

Enfin voici un script de recuperation de fichiers distants en fonction d'un user et password qu'on peu declarer en variable: avec comme variables (entre [] = pas obligé) liste=/... /fichier_liste_des_machines.txt (liste séparée par des espaces ou des retours chariot) REPLOCAL=/... /repertoirelocal SOUSREP1=sousrepertoire1 SOUSREP2= . . . . . . # DEBUT ################ for MACHINE in $liste do ftp -inv $MACHINE <<FINDETEXTE [>$LOG] user $USER $PASSWORD lcd $REPLOCAL cd $REPDISTANT mget * lcd $REPLOCAL/$SOUSREP1 cd $REPDISTANT/$SOUSREP1 mget * ... lcd $REPLOCAL/$SOUSREPn cd $REPDISTANT/$SOUSREPn mget * bye FINDETEXTE. Recursive FTP -- here at last. Recursive FTP -- here at last. Over the past few weeks, I saw a couple of threads requesting recursive ftp:Copying files between 2 Unix serverftp from NT to UNIX I decided to try to write a script to accommodate these requests.

The result is HardFeed. Here are a few examples of what it can do. HardFeed ftpserver joeblow somedir This will connect to "ftpserver" and the user "joeblow". It will cd to "somedir". HardFeed -ds ftpserver joeblow somedir This will work as the above example did. HardFeed -rds ftpserver joeblow somedir Now we will create copies of any remote directories and desend into them. HardFeed -rs ftpserver joeblow somedir This is similiar, except we only desend into pre-existing directories. HardFeed -rdsm ftpserver joeblow somedir This will copy a directory tree, but this time it will try to duplicate the mode (permissions) on each remote object that is duplicated. HardFeed -rdsf ftpserver joeblow somdir The -f is "freshen". .htaccess tricks and tips.. part two: url rewriting with mod rewrite. Corz.org uses cookies to remember that you've seen this notice explaining that corz.org uses cookies, okay!

<ifModule> more clever stuff here </ifModule> redirecting and rewriting "The great thing about mod_rewrite is it gives you all the configurability and flexibility of Sendmail. The downside to mod_rewrite is that it gives you all the configurability and flexibility of Sendmail. " - Brian Behlendorf, Apache Group One of the more powerful tricks of the .htaccess hacker is the ability to rewrite URLs. Make no mistake, mod_rewrite is complex. The way that rules can work one minute and then seem not to the next, how browser and other in-between network caches interact with rules and testing rules is often baffling, maddening.

After all this, it does work, and while I'm not planning on taking that week-end crash-course any time soon, I have picked up a few wee tricks myself, messing around with web servers and web sites, this place.. Very little here is my own invention. Beginning rewriting..