Archive for the ‘ftp’ Category

Instalando FTP (vsftpd) en RHEL 5.0 (CentOS)

November 12, 2008

Chequear si esta instalado:

[root@rhel5 ~]# rpm -q vsftpd
vsftpd-2.0.5-10.el5

Si no esta instalado, entonces via yum:

yum install vsftpd

[root@rhel5 ~]# service vsftpd start
Starting vsftpd for vsftpd: [ OK ]

Note: The default anonymous ftp user home is “/var/ftp/”.

Configuracion:

Un servicio muy habitual es el ftp, sobre todo si tenemos montado un servidor Web para que los diseñadores y webmasters puedan dejar allí sus creaciones sin molestar a los administradores, nosotros. Con este objetivo, vamos a montar un servidor ftp.

Usuario: client1
Acceso a su directorio: /var/www/dominio1
Sin shell en el sistema y en un entorno chroot

Usuario: client2
Acceso a su directorio: /var/www/dominio2
Sin shell en el sistema y en un entorno chroot

Usuario: webmaster
Acceso a su directorio: /var/www
Sin shell en el sistema y en un entorno chroot

Preparación del sistema

Antes de instalar el servidor ftp vamos a crear los usuarios y securizarlos para que tengan los mínimos permisos y sólo puedan hacer lo que nosotros definamos.

Crearemos un grupo llamado ftp al cual asociaremos los usuarios.

# groupadd ftp

Creamos los usuarios con sus correspondientes características.

#useradd -g ftp -d /var/www/dominio1 -c ” Cliente 1 ” client1
#useradd -g ftp -d /var/www/dominio2 -c ” Cliente 2 ” client2
#useradd -g ftp -d /var/www -c ” webmaster ” webmaster

Les asignamos un password a los usuarios con el comando passwd. Si no tiene password no funcionará.

Ahora creamos una shell fantasma en el directorio correspondiente.

#mkdir /bin/ftp

Editamos el fichero /etc/shells y la añadimos en la ultima línea y continuación editamos el fichero /etc/passwd y buscamos las líneas donde están definidos los usuarios que hemos creado antes y les añadimos el shell falso:

client1:x:1005:1005: Cliente 1 :/var/www/dominio1:/bin/ftp
client2:x:1006:1005: Cliente 2 :/var/www/dominio2:/bin/ftp
webmaster:x:1007:1005: webmaster :/var/www:/bin/ftp

Instalación del servidor

Ahora es cuando realmente vamos a realizar la instalación del servidor con el comando apt-get.

#apt-get install vsftpd

Esto descargará los paquetes y los dejará ordenados en sus directorios correspondientes junto a los scripts de arranque y parada del servicio.

Configuración del servidor

El fichero de configuración del servidor se encuentra en /etc/vsftpd.conf. Lo editamos para configurarlo a nuestro gusto y objetivo. El contenido es algo parecido, buscamos las líneas indicadas y las modificamos:

# Example config file /etc/vsftpd.conf
#Escuchando
listen=YES
#
…………………………………………
# Desactivamos el acceso anónimo
anonymous_enable=NO
#
# Descomentamos la línea para que se puedan conectar
local_enable=YES
#
# Permitimos a usuarios locales escribir
write_enable=YES
#
# APLICA CONFIGURACIÓN UMASK
local_umask=003
#Mensajes welcome
dirmessage_enable=YES
#
# Activate logging of uploads/downloads.
xferlog_enable=YES
#
# Make sure PORT transfer connections originate from port 20 (ftp-data).
connect_from_port_20=YES
……………………….
#
# You may override where the log file goes if you like. The default is shown
# below.
xferlog_file=/var/log/vsftpd.log
#
# If you want, you can have your log file in standard ftpd xferlog format
xferlog_std_format=YES
# Se descomenta esto para crear una jaula
chroot_local_user=YES
# You may specify an explicit list of local users to chroot() to their home
# directory. If chroot_local_user is YES, then this list becomes a list of
# users to NOT chroot().
#chroot_list_enable=YES
# (default follows)
chroot_list_file=/etc/vsftpd.chroot_list
#
# Debian customization
# secure_chroot_dir=/var/run/vsftpd
# This string is the name of the PAM service vsftpd will use.
pam_service_name=vsftpd
# This option specifies the location of the RSA certificate to use for SSL
# encrypted connections.
#rsa_cert_file=/etc/ssl/certs/vsftpd.pem
userlist_enable=YES
tcp_wrappers=YES
userlist_deny=NO

A continuación creamos el fichero vsftpd.chroot_list el cual tendrá la lista de usuarios que no tendrán acceso al servidor:

# touch /etc/vsftpd.chroot_list

Volcamos los datos a este fichero desde etc/password con el comando.

# cat /etc/passwd | awk -F: ‘{ print $1 }’ > /etc/vsftpd.chroot_list

Esto nos genera un fichero con los login de usuarios del sistema del cual quitamos los que si queremos que tengan acceso y los ponemos en el fichero /etc/vsftpd.user_list.

Ejemplos de ficheros:

vsftpd.chroot_list

# usuarios con no acceso
root
daemon
bin
sys
sync
games
man
lp
mail
news

vsftpd.user_list

#usuarios con acceso
webmaster
client1
client2

Afinando aún más

Dentro del fichero de configuración (vsftpd.conf) algunas opciones interesantes que también podemos controlar son las siguientes:

#opciones de transferencia
#ancho banda por usuario anónimo 5kb
anon_max_rate=5100
#ancho de banda por usuario local 5kb
local_max_rate=5100
#número máximo clientes simultáneos
max_clients=5
#máximo conexiones por ip
max_per_ip=2
#envía al sistema
syslog_enable=yes
session_support=yes

winscp cliente sftp de transferencia de archivos

May 5, 2008

http://winscp.net/eng/docs/lang:es

WinSCP es una aplicación de Software Libre. WinSCP es un cliente SFTP gráfico para Windows que emplea SSH. El anterior protocolo SCP también puede ser empleado. Su función principal es facilitar la transferencia segura de archivos entre dos sistemas informáticos, el local y uno remoto que ofrezca servicios SSH

Haciendo FTP con hamachi

November 14, 2007

Bueno esto es algo trivial, igual lo menciono por si acaso, la mayor utilidad que le veo es que podemos hacer ftp en aquellos lugares en donde los administradores se han encargado de poner todo tipo de medidas de seguridad para fastidiar la paciencia (proxys, routers, firewall, etc y otras especies), entonces hamachi nos salva la vida, en vez de usar la ip publica (o no publica jejeje) usen la que les asigna hamachi y listo.

Mas facil aun, pueden compartir carpetas (boton derecho del mouse y por ahi escogen compartir carpetas en windows xp), luego aparece la famosa mano que indica que la carpeta esta compartida, entonces en teoria es posible verlas en todas las maquinas que esten suscritas o autorizadas en esa red hamachi. En miPC, boton derecho, administrar, y luego carpetas compartidas aparecen las carpetas compartidas, si tiene un $ delante significa que es oculta.

Ejemplo de como llegar a la carpeta con hamachi desde el internet explorer:

\\5.xx.xx.xx

Con esto veran la carpeta compartida, si la carpeta esta oculta, es decir tiene el $ adelante:

\\5.xx.xx.xx\Carpeta$

Si quieren compartir carpetas deben desactivar el firewall de windows, deben tambien habilitar la compartición de carpetas (panel de control, opciones de carpeta, ver, permitir uso compartido de carpetas), tambien los firewall tipo no windows deben permitir el acceso de hamachi, otra cosa: en opciones de red de hamachi habilitar el uso compartido de carpetas e impresoras, por ultimo en el propio hamachi: menu del sistema, seguridad, desmarcar: “bloquear servicios vulnerables de windows”, ya con eso deberian poder compartir las carpetas que quieran y otros podran verlas.

El FTP suele ser util en aquellas maquinas donde no es posible compartir carpetas (ahi de todo en la viña de microsoft y windows), si no es asi usamos la comparticion de carpetas ya que es mas facil.

Incluso si tienen una pagina web alojada en su pc con hamachi, es posible compartirla con otros poniendo la dirección que nos asigna el hamachi en el web browser y el puerto (si no es el 80 por default). Claro para que hacerlo asi, si tenemos una pagina web podremos siempre visualizarla desde internet, pero comp siempre esto es util si estamos en un sitio (por ejemplo ;) en donde las salidas al mundo exteror sean a traves de proxys, etc. Con hamachi podemos solucionar esos inconvenientes.

Jugar en linea tambien es posible, ya que colocamos en vez de la direccion ip real la direccion ip de hamachi de una red que creamos las personas de un grupo y a jugar se ha dicho. Util especialmente para jugar desde cybers con juegos que solo permiten jugarse en lan, el tema de la velocidad ya es otra cosa, habra que probar a ver que tal, si funciona, pues muy bien, caso contrario ni modo.

Para entrarle a fondo a este tema, esta en idioma ingles, recomiendo este foro de la pagina de hamachi:

http://forums.hamachi.cc/viewtopic.php?t=6337&sid=7e5779e4c7d516cd8add5e42ffa79b98

¿Como se usa sockschain, y sockcaps para navegar a traves de proxy´s?

October 27, 2007

Los servidores proxy son servidores que permiten navegar traves de ellos permiten cierto anonimato, ya que el servidor objetivo solo vera la ultima direccion ip del ultimo proxy, eso en realidad depende de cuantos proxy encadenemos o de que tan anonimos sean en realidad.

Consiguiendo proxy´s anonimos: use el sockschain, luego que obtenga varios proxy deben ser probados, se configura el sockschain para que use el localhost y un puerto (>1000 y <3000 es recomendable).

Para probarlos recomiendo el flash fxp, se configura para que use 127.0.0.1 y el puerto que configuramos en el sockschain, use opcion socks5 ya que permite todos los tipos de proxy. Nos quedamos con los mas rapidos, no todos funcionan bien aunque esten en verde.

Aconsejamos colocar 3 o 4 proxy encadenados a fin de obtener cierta anonimato, desventaja: conexion muy lenta, se recomienda desactivar java, cookies, etc.

Finalmente se usa el sockcaps para poder capturar todas las peticiones de internet hacia le exterior y pasarlas por sockschain, esto aplica en el caso de que usemos programas que se conecten a internet y que no permitan configurar opciones de proxy, y mucho menos opciones avanzadas como socks, etc.

Esto es solo un breve resumen de cuales son los programas que debemos usar, no pretende ser un manual de usuario avanzado.

tftpd: trivial file transfer protocol por el puerto 69

October 24, 2007

Trivial File Transfer Protocol (Protocolo de transferencia de archivos trivial).

Es un protocolo de transferencia muy simple semejante a una versión básica de FTP. TFTP a menudo se utiliza para transferir pequeños archivos entre ordenadores en una red, como cuando un terminal X Window o cualquier otro cliente ligero arranca desde un servidor de red.

Algunos detalles del TFTP:

* Utiliza UDP (puerto 69) como protocolo de transporte (a diferencia de FTP que utiliza el puerto 21 TCP).
* No puede listar el contenido de los directorios.
* No existen mecanismos de autentificación o cifrado.
* Se utiliza para leer o escribir archivos de un servidor remoto.
* Soporta tres modos diferentes de transferencia, “netascii”, “octet” y “mail”, de los que los dos primeros corresponden a los modos “ascii” e “imagen” (binario) del protocolo FTP.

Por default el cliente se encuentra en windows xp en la carpeta system32, para server existen varias opciones, una de las cuales es:

Licencia:Freeware Plataforma:W 98 2000 ME XP Vista

Tftpd32, un pequeño programa que actúa de servidor DHCP, TFTP, SNTP y Syslog, también de cliente TFTP.

Lo pueden obtener de muchos sitios, ejemplo: http://www.bajarlo.net/4332-bajar-gratis-Tftpd32.php

Otro server util: http://svana.org/kleptog/tftp/

3proxy

October 19, 2007

3proxy es un servidor proxy sencillo pero potente, se consigue en:

http://3proxy.ru

Configuración:

Se baja un .zip con todo lo necesario, lo adicional son los ftppr, socks, udppm, etc, y se colocan en la misma carpeta:

net start 3proxy arranca el servicio

net start vemos si arranco con exicto

net stop 3proxy detiene el servicio

ftppr -i127.0.0.1 -pxxx

ejemplo: configurar el firefox para que use proxy para ftp en 127.0.0.1 y puertp xxx.

Arcivos en linea: http://www.box.net

October 7, 2007

Otra manera de poner archivos en la red para compartir.

Socks Algunas utilidades

October 4, 2007

http://www.dirfile.com/freeware/socks.htm


Core FTP Lite License: Freeware

Core FTP Lite – a free FTP Client with SSL/TLS, site to site transfers, drag and drop, browser integration, user-friendly interface(s), FTP/HTTP Proxy, Socks 4/5 support, remote file searching, auto retry and resume of transfers, transfer bandwidth control, htaccess editing, advanced dir listings, queueing of multiple FTP transfers on multiple sites, sessions, start, stop, and resume of FTP transfers

Author: Core FTP Software| Date: 17-06-2003 | Size: 1800 KB

-

Proxy Vampire License: Freeware

Need fresh anonymous proxies? Looking for lists of HTTP and Socks proxies? Want to be sure about the anonymity level of the proxy servers you use? Proxy Vampire, a program based on unique proxy search algorithms, will quickly find and check any types of proxy servers for you. It is surprisingly easy to use, yet it can be flexibly customized. The program will automatically select all proxy servers from the sites and forums you specify and checks their validity in a professional way. The universal search and check of proxy servers allows you to quickly and safely detect all anonymity types: transparent, distorting, anonymous, elite. A fresh list of Socks and Http proxies free of charge? Proxy Vampire is a free program that will allow you to quickly find elite proxies. Features: * A multithreaded system looks through the list of forums and searches them for proxy lists. * The program checks the found proxy servers using a unique algorithm, which allows it to detect the type of each proxy and its anonymity level in the most precise and complete way. * Filtering the selected proxy types. * Proxy Vampire detects a lot of proxy properties: type, anonymity, country, access rate. * Checking proxy servers via WhoIs servers. * Proxy Vampire automatically specifies the proxy server you select in its settings. What’s new: * Program capability is increased * Capacity of Windows resources in use is reduced * Algorithm of proxy search is improved * Algorithm of proxy anonymity determination is upgraded * New forums are added * And also many other requests of our users were taken into account and set

Author: ProxyCollection.com| Date: 19-01-2007 | Size: 1591 KB

-

HTTPS tunnel client License: Freeware

HTTPS tunnel – better and easier than VPN.
The Barracuda HTTP tunnel provides an easy and convenient method for remote use of Internet/Intranet software. Your standard Internet software is configured to use the HTTP tunnel proxy for access to your company’s LAN. In addition, the tunnel allows collaboration from access points not accessible to VPN solutions such as from behind external company firewalls.
The Barracuda HTTPS tunnel acts as a SOCKS, HTTP, and HTTPS proxy server. The HTTPS tunnel allows you to use your Internet applications such as your browser anonymously, despite firewalls. The Barracuda HTTPS tunnel also supports a direct tunnel for protocols that do not support proxying; such as TELNET, FTP, VNC, and most Internet protocols.
Why even consider using IPSec and VPN when a HTTPS Tunnel can do 99% of what you can do with IPSec. Unlike VPN/IPSec, The HTTPS tunnel is very easy to configure and use.

HTTPS tunnel features:
High-grade 256-bit AES SSL encryption
Supports SSL and SOCKS proxies
Install on demand client tunnel
Built in firewall
Digest/Basic authentication
Host/port authorization
DHTML firewall rule editor designed using Ajax technology

Author: Real Time Logic| Date: 10-04-2006 | Size: 22 KB

-

Core FTP LE License: Freeware

Core FTP LE – a free secure FTP Client with SSL/TLS, SSH/SFTP, IDN, ModeZ, fxp, dragdrop, browser integration, user-friendly interface(s), FTP/HTTP Proxy, Socks 4/5 support, remote file searching, queue manager, auto retry and resume of transfers, transfer bandwidth control, htaccess editing, advanced dir listings, queueing of multiple FTP transfers on multiple sites, sessions, start, stop, and resume of FTP transfers, advanced directory listings, .htaccess editing, auto s/key support, keep alive, auto-reconnect, file permissions (chmod), and much more!

Client features include:
Secure SFTP & SSL support
International Domain Support
Fast and secure client transfers
HIPAA compliant security
Mode Z compression
User-friendly interface(s)
Site to Site file transfers
FULL drag and drop support
Start/stop/resume of transfers
Auto retry of failed transfers
Transfer bandwidth control
Browser integration
File masking (wildcards)
Keep Alive functionality
Remote file searching
File permissions (CHMOD)
Advanced directory listings
.htaccess & .htpasswd editing
One click transfers
Keep Alive functionality
Automatic S/Key support
Favorites via menu & drop down
Desktop shortcuts & drop u/l’s
Command line support
FTP/HTTP Proxy, Socks 4&5 support

Author: CoreFTP.com| Date: 18-06-2006 | Size: 2715 KB

-

Tunnelier License: Freeware

Free for individual use, Tunnelier is a fast, robust, easy to use SSH client for Windows (all versions) with an advanced graphical SFTP file transfer client; VT100, xterm and bvterm terminal console; scriptable console-mode clients for SFTP, terminal console and remote execution; flexible TCP/IP tunneling support – providing manual rules as well as an integrated SOCKS and HTTP proxy for dynamic forwarding; forwards Windows file shares; has strong auto-reconnect features; an FTP-to-SFTP protocol bridge; support for single-click Remote Desktop forwarding for graphical server access. Supports public key user authentication, as well as transparent authentication with Kerberos (GSSAPI) or NTLM. To satisfy special requirements, Tunnelier is highly customizable using a variety of command line parameters. Ideal for remote server administration using SSH – implements a complete set of features for this. Tunnelier supports all SSH servers, but it is most powerful when connecting to Bitvise WinSSHD.

Author: Bitvise Limited| Date: 15-01-2006 | Size: 4380 KB

-

CrypTalk License: Freeware

CrypTalk is a full-featured chat client based on strong public key cryptography. CrypTalk messages can include embedded pictures, data files, etc. Other features include: automatic or manual network computer detection, user groups, blacklists, auto responder, and message templates. Socks 4, 4a, 5 are supported.

Author: Reymax Software| Date: 16-02-2002 | Size: 700 KB

-

Proxy Firewall License: Freeware

Proxy Firewall will act as a standard firewall for out-bound connections.When a program attempts to send packets out of your computer, ProxyFirewall will allow you to choose if the program is allowed to access the Internet, as well as supply you with options that will force the connection through a proxy server. Proxy Firewall does all of the work. When using Proxy Firewall there is no need for you to configure your Internet programs to use a proxy, just answer Proxy Firewall’s questions when asked.

Author: Unique Internet Services, LLC| Date: 05-03-2006 | Size: 1054 KB

-

VZOchat License: Freeware

Easy-to-use, small software application for free video communication via the Internet on any broadband or even dial-up connection. It works with most PCs and web cameras and does not require special skills to use. Its advanced network support allows connections when both users are behind a firewall and even works through HTTPS and SOCKS proxies. NAT hole punching (NHP) technique is implemented in program, allowing direct connections in many network configurations. The software provides good video quality with full-screen video support and a noise-reduction feature for noisy USB cameras. It contains a proprietary video codec that has been specially designed for online video communication at lower connection bandwidths from 30 to 100 kbit/s. This application features an address book with user presence status and detailed user information with a photo. The software supports downloadable skins and language packs.

Author: Visicron Systems, Inc.| Date: 19-03-2007 | Size: 2823 KB

-

FREE Internet’s Robust Download Manager License: Freeware

Internet’s robust Download Manager is a powerful and FREE download manager with intuitive interface and all necessary tools within, including: Download resuming, Browser integration, Clipboard monitoring, Drag and Drop and many other features. With the ability to split file into chunks and download simultaneously, it dramatically speeds up your download times. Robust Internet Download Manager is a download manager designed to maximize throughput by making multiple FTP or HTTP connections, each of which downloads a separate part of a single big file. Also allows you to easily perform batch downloads from the Internet. Easy to use and very convenient, Allows you to surf the Web without waiting for downloads to complete. You can manually add remote file names to the queue or let it capture clicks from your browser. For added convenience, you can send the program to the system tray. You can also activate a Clipboard monitor that automatically grabs file names as they’re copied. Other features include multithreading support, resumed downloads, Traffic regulation, auto login into secure sites, HTTP/FTP/SOCKS proxy support, categorization of downloaded files, a handy download scheduler and full logging support.

Author: Ahmad Ahmad| Date: 04-08-2003 | Size: 3520 KB

-

! 100% FREE Internet’s Robust Download Manager License: Freeware

Internet’s Robust Download Manager is a powerful and FREE download manager with intuitive interface and all necessary tools within, including: Download resuming, Browser integration, Clipboard monitoring, Drag and Drop and many other features. With the ability to split file into chunks and download simultaneously, it dramatically speeds up your download times. Robust Internet Download Manager is a download manager designed to maximize throughput by making multiple FTP or HTTP connections, each of which downloads a separate part of a single big file. Also allows you to easily perform batch downloads from the Internet. Easy to use and very convenient, Allows you to surf the Web without waiting for downloads to complete. You can manually add remote file names to the queue or let it capture clicks from your browser. For added convenience, you can send the program to the system tray. You can also activate a Clipboard monitor that automatically grabs file names as they’re copied. Other features include multi threading support, resumed downloads, Traffic regulation, auto login into secure sites, HTTP/FTP/SOCKS proxy support, categorization of downloaded files, a handy download scheduler and full logging support.

Author: Ahmad Ahmad| Date: 30-08-2003 | Size: 3520 KB

-

RoyalFTp License: Freeware

Transfer files with ease using this intuitive and powerful FTP client. RoyalFTP is a multithreaded FTP client for Windows that’s easy for beginners to use and has enough features to be useful to power users as well. Using its intuitive drag-and-drop Explorer-like interface, RoyalFTP lets you update a Web site with a single click and resume interrupted downloads or uploads. RoyalFTP features included Crash recovery–no more lost transfers due to power outages or system crashes, support for new firewall/proxy and host types, SOCKS 4.0 and 5.0 support, remote file viewing and editing, corrections to FTP servers for year 2000 compliance, Input Command, which allows you to directly input any command an FTP server supports, complete recursive directory upload/download/overwrite or delete. a progress rate display, default transfer mode option in session parameters, prompts for file overwrites and preserving file date and time, a favorites list similar to that of Internet Explorer, resume broken downloads or uploads, background transfers, time-outs, the ability to delete to the Recycle Bin, port numbers and passive file transfers. RoyalFTP also includes transfer panes, Smart Reconnect, and advanced file-filtering parameters. RoyalFTP’s Connection Manager comes preloaded with lots of popular FTP sites and adding your own FTP sites is easy.

Author: RoyalFTP.com| Date: 08-05-2005 | Size: 5027 KB

-

FireBallFtp License: Freeware

Transfer files with ease using this intuitive and powerful FTP client. Fireballftp is a multithreaded FTP client for Windows that’s easy for beginners to use and has enough features to be useful to power users as well. Using its intuitive drag-and-drop Explorer-like interface, Fireballftp lets you update a Web site with a single click and resume interrupted downloads or uploads. FireBallftp features included Crash recovery–no more lost transfers due to power outages or system crashes, support for new firewall/proxy and host types, SOCKS 4.0 and 5.0 support, remote file viewing and editing, corrections to FTP servers for year 2000 compliance, Input Command, which allows you to directly input any command an FTP server supports, complete recursive directory upload/download/overwrite or delete. a progress rate display, default transfer mode option in session parameters, prompts for file overwrites and preserving file date and time, a favorites list similar to that of Internet Explorer, resume broken downloads or uploads, background transfers, time-outs, the ability to delete to the Recycle Bin, port numbers and passive file transfers. FireBallftp also includes transfer panes, Smart Reconnect, and advanced file-filtering parameters. FireBallftp’s Connection Manager comes preloaded with lots of popular FTP sites and adding your own FTP sites is easy.

Author: FireBallftp.com| Date: 20-04-2005 | Size: 5027 KB

-

BullDogFtp License: Freeware

Transfer files with ease using this intuitive and powerful FTP client. Bulldogftp is a multithreaded FTP client for Windows that’s easy for beginners to use and has enough features to be useful to power users as well. Using its intuitive drag-and-drop Explorer-like interface, Bulldogftp lets you update a Web site with a single click and resume interrupted downloads or uploads. Bulldogftp features included Crash recovery–no more lost transfers due to power outages or system crashes, support for new firewall/proxy and host types, SOCKS 4.0 and 5.0 support, remote file viewing and editing, corrections to FTP servers for year 2000 compliance, Input Command, which allows you to directly input any command an FTP server supports, complete recursive directory upload/download/overwrite or delete. a progress rate display, default transfer mode option in session parameters, prompts for file overwrites and preserving file date and time, a favorites list similar to that of Internet Explorer, resume broken downloads or uploads, background transfers, time-outs, the ability to delete to the Recycle Bin, port numbers and passive file transfers. Bulldogftp also includes transfer panes, Smart Reconnect, and advanced file-filtering parameters. Bulldogftp’s Connection Manager comes preloaded with lots of popular FTP sites and adding your own FTP sites is easy.

Author: Bulldogftp.com| Date: 20-04-2005 | Size: 4766 KB

-

ESFTP License: Freeware

Transfer files with ease using this intuitive and powerful FTP client. ESftp is a multithreaded FTP client for Windows that’s easy for beginners to use and has enough features to be useful to power users as well. Using its intuitive drag-and-drop Explorer-like interface, ESftp lets you update a Web site with a single click and resume interrupted downloads or uploads. ESftp features included Crash recovery–no more lost transfers due to power outages or system crashes, support for new firewall/proxy and host types, SOCKS 4.0 and 5.0 support, remote file viewing and editing, corrections to FTP servers for year 2000 compliance, Input Command, which allows you to directly input any command an FTP server supports, complete recursive directory upload/download/overwrite or delete. a progress rate display, default transfer mode option in session parameters, prompts for file overwrites and preserving file date and time, a favorites list similar to that of Internet Explorer, resume broken downloads or uploads, background transfers, time-outs, the ability to delete to the Recycle Bin, port numbers and passive file transfers. ESftp also includes transfer panes, Smart Reconnect, and advanced file-filtering parameters. ESftp’s Connection Manager comes preloaded with lots of popular FTP sites and adding your own FTP sites is easy.

Author: Esftp.com| Date: 20-03-2005 | Size: 5543 KB

-

CuteDownloader License: Freeware

Transfer files with ease using this intuitive and powerful FTP client. CuteDownloader is a multithreaded FTP client for Windows that’s easy for beginners to use and has enough features to be useful to power users as well. Using its intuitive drag-and-drop Explorer-like interface, CuteDownloader lets you update a Web site with a single click and resume interrupted downloads or uploads. CuteDownloader features included Crash recovery–no more lost transfers due to power outages or system crashes, support for new firewall/proxy and host types, SOCKS 4.0 and 5.0 support, remote file viewing and editing, corrections to FTP servers for year 2000 compliance, Input Command, which allows you to directly input any command an FTP server supports, complete recursive directory upload/download/overwrite or delete. a progress rate display, default transfer mode option in session parameters, prompts for file overwrites and preserving file date and time, a favorites list similar to that of Internet Explorer, resume broken downloads or uploads, background transfers, time-outs, the ability to delete to the Recycle Bin, port numbers and passive file transfers. CuteDownloader also includes transfer panes, Smart Reconnect, and advanced file-filtering parameters. CuteDownloader’s Connection Manager comes preloaded with lots of popular FTP sites and adding your own FTP sites is easy.

Author: CuteDownloader.com| Date: 17-04-2005 | Size: 5027 KB

-

BigSpeed Secure Socket Library License: Freeware

BigSpeed Secure Socket Library is an ActiveX control that dramatically simplifies and accelerates the development of proprietary communication solutions over the Internet. It implements a flexible message-oriented protocol on top of a single TCP connection. The transfered data are scrambled using on-the-fly 128-bit AES encryption with random session keys, without need of SSL certificates. The security is provided in two different modes: symmetric encryption with shared secret key and asymmetric encryption with 1024-bit public/private keys. Transport level authentication is available with optional digital fingerprints or secret keys. Building a virtual private application network is just a matter of setting the same crypto key on two or more sites. BigSpeed Secure Socket Library can be used both on client and server side, with centralized management of all connections. Information is exchanged through typed data packets identified by a command code. The library takes care of all low-level tasks: packetizing/depacketizing, compression/decompression, encryption/decryption, sending, receiving, buffer congestion and flow control. There is support for automatic DNS name resolution and SOCKS proxy servers. BigSpeed Secure Socket Library utilizes an elegant event-driven paradigm for easy integration into Windows applications. A special attention is paid to provide responsive user interface while maintaining maximum bandwidth efficiency. Carefully designed set of properties, methods, and events offers great flexibility to develop innovative communication software. Sample applications for chat, alert messaging, and file transfer are included in Visual Basic 6, Visual Basic .NET, Visual C++ .NET, and Delphi 7.

Author: BigSpeed Computing Inc.| Date: 01-10-2005 | Size: 785 KB

-

Zilla FTP and Download Manager License: Freeware

Perfect tool for Web developers or anyone that moves files on the Internet. Ftp Client & Download Manager all in one. Features: Browser integration, Clipboard monitoring, update a Web site with a single click, resume interrupted downloads or uploads, Firewall/Proxy support, one click directory with subdirectory transfers, Drag and Drop and many other features, With the ability to split file into chunks & download simultaneously, it dramatically speeds up your download times. You can schedule your downloads for later, perform recursive downloads, uploads & deletes, prompts for file overwrites and preserving file date and time, a favorites list similar to that of Internet Explorer, background transfers, time-outs, the ability to delete to the Recycle Bin, port numbers and passive mode file transfers, easily perform batch downloads from the Internet, You can manually add remote file names to the queue or let it capture clicks from your browser, multithreading support, Traffic regulation, auto login into secure sites, HTTP/FTP/SOCKS proxy support, categorization of downloaded files, a handy download scheduler & full logging support.

Author: ZillaSoft.ws| Date: 15-04-2007 | Size: 143 KB

-

SC Free FTP and Download Manager License: Freeware

Perfect tool for Web developers or anyone that moves files on the Internet. Ftp Client & Download Manager all in one. Features: Browser integration, Clipboard monitoring, update a Web site with a single click, resume interrupted downloads or uploads, Firewall/Proxy support, one click directory with subdirectory transfers, Drag and Drop and many other features, With the ability to split file into chunks & download simultaneously, it dramatically speeds up your download times. You can schedule your downloads for later, perform recursive downloads, uploads & deletes, prompts for file overwrites and preserving file date and time, a favorites list similar to that of Internet Explorer, background transfers, time-outs, the ability to delete to the Recycle Bin, port numbers and passive mode file transfers, easily perform batch downloads from the Internet, You can manually add remote file names to the queue or let it capture clicks from your browser, multithreading support, Traffic regulation, auto login into secure sites, HTTP/FTP/SOCKS proxy support, categorization of downloaded files, a handy download scheduler & full logging support.

Author: Softwareclub.ws| Date: 16-08-2005 | Size: 5225 KB

-

Robust FTP License: Freeware

Perfect tool for Web developers or anyone that moves files on the Internet. Ftp Client & Download Manager all in one. Features: Browser integration, Clipboard monitoring, update a Web site with a single click, resume interrupted downloads or uploads, Firewall/Proxy support, one click directory with subdirectory transfers, Drag and Drop and many other features, With the ability to split file into chunks & download simultaneously, it dramatically speeds up your download times. You can schedule your downloads for later, perform recursive downloads, uploads & deletes, prompts for file overwrites and preserving file date and time, a favorites list similar to that of Internet Explorer, background transfers, time-outs, the ability to delete to the Recycle Bin, port numbers and passive mode file transfers, easily perform batch downloads from the Internet, You can manually add remote file names to the queue or let it capture clicks from your browser, multithreading support, Traffic regulation, auto login into secure sites, HTTP/FTP/SOCKS proxy support, categorization of downloaded files, a handy download scheduler & full logging support.

Author: RobustFTP| Date: 5-10-2004 | Size: 5919 KB

-

Robust FTP And Download Manager License: Freeware

Perfect tool for Web developers or anyone that moves files on the Internet. Ftp Client & Download Manager all in one. Features: Browser integration, Clipboard monitoring, update a Web site with a single click, resume interrupted downloads or uploads, Firewall/Proxy support, one click directory with subdirectory transfers, Drag and Drop and many other features, With the ability to split file into chunks & download simultaneously, it dramatically speeds up your download times. You can schedule your downloads for later, perform recursive downloads, uploads & deletes, prompts for file overwrites and preserving file date and time, a favorites list similar to that of Internet Explorer, background transfers, time-outs, the ability to delete to the Recycle Bin, port numbers and passive mode file transfers, easily perform batch downloads from the Internet, You can manually add remote file names to the queue or let it capture clicks from your browser, multithreading support, Traffic regulation, auto login into secure sites, HTTP/FTP/SOCKS proxy support, categorization of downloaded files, a handy download scheduler & full logging support.

Author: RobustFTP| Date: 07-02-2005 | Size: 5919 KB

-

602LAN SUITE License: Freeware

602LAN SUITE is an easy-to-install and manage all-in-one network software suite providing secure e-mail services with anti-virus & anti-spam, fax support, built-in firewall with NAT and web content filter proxy for controlled Internet sharing. Combine the content based Bayesian antispam filter, DNSBL, server and personal blacklists & whitelists together with e-mail attachment filtering to provide complete junk e-mail protection. The 5 user version is absolutely FREE! The standards-based SSL SMTP/POP3 e-mail server provides secure encrypted communication. An integrated fax server provides unified access to faxes and e-mail. Any e-mail client with LDAP support can search the local 602LAN SUITE user list for quick intra-company communication. The integrated Web server provides access to the Web mail client, shared address book, remote administration and user home pages. SSL, ISAPI, CGI, and FastCGI support is also available. Secure your network with the built-in packet filter, and use the HTTP & SOCKS proxy with cache for monitored Internet sharing. Easily manage IP addresses with the included DHCP server. New enhancements are text content based Bayesian anti-spam filter, global and user blacklists / whitelists, redesigned Web Mail Client with WAP support, network address translation (NAT), attachment filter, Web Content Filter, AutoUpdate and ActiveReports. More users and built-in antivirus support can be purchased at an affordable price.

Author: Software602, Inc.| Date: 19-10-2006 | Size: 31374 KB

-

FtpRight License: Freeware

Transfer files easily using this intuitive and powerful FTP client for both advanced Web developers and novice users alike. FtpRight is a FTP client for Windows that lets you update a Web site with a single mouse click and resume interrupted downloads or uploads. It features an Explorer-like interface that is fully customizable and supports drag-and-drop functions. FtpRight is easy for beginners to use and has enough features to be useful to power users as well. Features include support for new firewall/proxy and host types, SOCKS 4.0 and 5.0, Crash recovery–no more lost transfers due to power outages or system crashes, corrections to FTP servers for year 2000 compliance, Input Command, which allows you to directly input any command an FTP server supports, the ability to resume broken downloads; the ability to perform recursive downloads, uploads, and deletes., progress rate display, default transfer mode option in session parameters, prompts for file overwrites and preserving file date and time, a favorites list similar to that of Internet Explorer, background transfers, time-outs, the ability to delete to the Recycle Bin, port numbers, passive mode file transfers and file transfer Queue as well as the ability to synchronize local and remote directories. FtpRight also includes Smart Reconnect–remembers your last connection info, transfer panes and advanced file-filtering parameters, a transfer Queue, and local/remote file/folder sysnchronization. FtpRight’s Connection Manager comes preloaded with lots of popular FTP sites and adding your own FTP sites is easy. Note: This software works similar to CuteFtp, WSFTP Pro and FTP Voyager.

Author: FtpRight.net| Date: 05-04-2005 | Size: 5475 KB

-

BigSpeed File Sharing SDK License: Freeware

BigSpeed File Sharing SDK includes two ActiveX controls (client and server) that dramatically simplify and accelerate the development of private file sharing solutions over the Internet. In addition to standard FTP operations, such as upload, download, rename, delete, etc., the library also offers a number of advanced features which give the local application full control over the remote files. The client is able to open seekable streams on the server, either in read-only or read-write access mode. The application can seek, read, an write bytes to the stream as it is a local file. The client is able to run search operation on the server. The searching criteria may include file name masks (wildcards), text strings inside the files, or both of them. The found items are reported in real-time, while the operation is running. The server is able to perform remote file compression and decompression by a request from the client. During zipping or unzipping detailed progress information is provided back to the client about the current and total file and byte counts. The transfered data are scrambled using on-the-fly 128-bit AES encryption, without need of SSL certificates. The security is provided in two different modes: symmetric encryption with shared secret key and asymmetric encryptionwith 1024-bit public/private keys. There is an option to compress on-the-fly the outgoing data before encrypting, which may reduce greatly the transfer time for large files. BigSpeed File Sharing SDK utilizes an elegant event-driven paradigm for easy integration into Windows applications. A special attention is paid to provide responsive user interface while maintaining maximum bandwidth efficiency. Carefully designed set of properties, methods, and events offers great flexibility to develop innovative communication software. Sample applications are included in Visual Basic 6, Visual Basic .NET, Visual C++ .NET, and Delphi 7.

Main Features:
All standard FTP operations – download, upload, rename, delete, etc.
Open/seek and read/write bytes from/to seeakable streams
Remote file ant full text search
Remote file compression to zip archives
Remote file decompression from zip archives
On-the-fly 128-bit AES encryption with random session keys
Symmetric encryption mode with shared secret key
Asymmetric encryption mode with 1024-bit Public/Private keys
Protocol level authentication with digital fingerprints or secret keys
Transparent data compression (Deflate algorithm)
Centralized management of all connections (server)
Automatic DNS name resolution (client)
SOCKS proxy support (client)
Elegant event-driven paradigm for easy integration into Windows applications
Responsive user interface while maintaining maximum bandwidth
Simple and well-organized set of properties, methods and events
Multi-threaded, fully self-contained ActiveX control

Author: BigSpeed Computing Inc.| Date: 30-10-2005 | Size: 1570 KB

Pasar archivos de gran tamaño por la red

September 22, 2007

Para pasar archivos de gran tamaño por la red hay varias maneras:

1.- A traves de esta pagina es posible pasar archivos de hasta 100 Mb por vez:

http://www.yousendit.com/

2.- Tambien se puede usar:

http://www.mediafire.com/

3.- Otra manera es usando un programa peer to peer, ejemplo:

http://www.gigatribe.com/tour/accueil.php?lg=es

4.- Uso de un programa FTP server, recomiendo:

http://www.pablosoftwaresolutions.com/html/baby_ftp_server.html

Net send en dos: enviar mensajes por DOS

September 12, 2007

Net send
Sends messages to other users, computers, or messaging names on the network.
Syntax
net send {name * /domain[:name] /users} message

Con esto podriamos enviar mensajes a otros usuarios de la red usando comandos desde una shell basica como cmd.exe del windows, obviamente conociendo la direccion ip del destino (algo asi como un chat rudimentario).

Aqui les dejo una pagina para que revisen:

http://www.ircreviews.org/clients/platforms-dos.html


Follow

Get every new post delivered to your Inbox.