FTP transfer softwares ShowThe FTP transfer software
Software
Php scripts
To upload your site, you need an FTP transfer software.
This list is not intended to be exhaustive, it is quite limited ,so feel free to add any information you think...
FTP software ShowFTP software
Software
Php scripts
In order to upload your site, you need an FTP transfer software.
Here is a list of free software available.
Software
Filezilla
http://filezilla-project.org/
Windows, Mac, Linux
Getting quick...
Uploading Large Files ShowUploading Large Files
You have surely encountered various difficulties for sending files through e-mail due file
limitation. You have found the elucidation to your trouble. There are several means to
transfer files and data from one...
Uploading file on mediafire ShowUploading file on mediafire
Mediafire is a free hosting website which allows you to share your files, images and other stuffs with other people. It is very simple to upload files and share them!
This tip is designed to show you how...
Access to an FTP server as if it were a local directory ShowAccess to an FTP server as if it were a local directory
Install Curlftpfs :
sudo aptitude install curlftpfs
Create the directory for FTP server:
mkdir mountpoint
Add authorized users to use the software(fuse group):
sudo...
Download Media Player Classic ShowDescription:
Media Player Classic is a video reader taking back the appearance of the first version of Windows Media Player.Its very simple appearance hides a very successful reader recognizing a very large number of video and audio...
Using FTP commands ShowThe FTP protocol
FTP (File Transfer Protocol) is a protocol — meaning a standard language that lets two machines communicate — used so that computers of different types (or with different operating systems) can transfer files over a...
FTP protocol (File Transfer Protocol) ShowIntroduction to FTP protocol
FTP protocol (File Transfer Protocol) is, as its name indicates a protocol for transferring files.
The implementation of FTP dates from 1971 when a file transfer system (described in RFC141) between MIT machines...
Object class and instance ShowThe concept of classes
A class is the structure of an object, meaning the definition of all items that an object is
made up of. An object is therefore the "result" of a class. In reality, an object is an instance of a class,
which is why can use...