- Wednesday, March 18, 2009, 2:15
- Networks
- 802 views
jahanzeb@jahanzeb-desktop:~$ ftp ftp.dancom.net.pk
Connected to ftp.dancom.net.pk.
220 Microsoft FTP Service
Name (ftp.dancom.net.pk:jahanzeb): dancom
331 Password required for dancom.
Password:
230 User dancom logged in.
Remote system type is Windows_NT.
ftp> put
(local-file) /home/jahanzeb/upload.txt
(remote-file) upload.txt
local: /home/jahanzeb/upload.txt remote: upload.txt
500 Invalid PORT Command.
ftp: bind: Address already in use
ftp> quit
221
jahanzeb@jahanzeb-desktop:~$
Full article
- Wednesday, November 12, 2008, 12:25
- Uncategorized
- 599 views
Trivial File Transfer Protocol (TFTP)
Trivial File Transfer Protocol (TFTP) is the stripped-down, stock version of FTP, but it’s the protocol of choice if you know exactly what you want and where to find it, plus it’s so easy to use and it’s fast too! It doesn’t give you the abundance of functions that FTP does, though. TFTP has no directory-browsing abilities; it can do nothing ...
Full article
- Wednesday, November 12, 2008, 12:25
- Uncategorized
- 380 views
File Transfer Protocol (FTP)
File Transfer Protocol (FTP) is the protocol that actually lets us transfer files, and it can accom¬plish this between any two machines using it. But FTP isn’t just a protocol; it’s also a program. Operating as a protocol, FTP is used by applications. As a program, it’s employed by users to perform file tasks by hand. FTP also allows for access to ...
Full article