Monday, March 19, 2012

FTP Command


C:\>ftp 172.24.0.60
Connected to 172.24.0.60.
220 (vsFTPd 1.2.1)
User (172.24.0.60:(none)): oraprod
331 Please specify the password.
Password:
230 Login successful.
ftp> bin
200 Switching to Binary mode.
ftp> asc
200 Switching to ASCII mode.
ftp> cd /home/oraprod
250 Directory successfully changed.
ftp> mput bidhu.txt
mput bidhu.txt? y
200 PORT command successful. Consider using PASV.
150 Ok to send data.
226 File receive OK.
ftp> bye
221 Goodbye.


transfering the file from desktop to server: use mput
Getting the file from the server to ur desktop : use mget

After u transfer the file to server, open it check whether it has any wildcard characters.

No comments:

Post a Comment