Please follow below steps if you want to move a file from window to Unix env.
go to directory from where you want to copy file:
C:\Documents and Settings\myFileFolder>
type ftp and server name to connect to
C:\Documents and Settings\myFileFolder>ftp fx100c1n6
Enter
User (fx100c1n6.ms.com:(none)): test
331 Please specify the password.
Password:test1
230 Login successful.
ftp> put MyFile.class
200 PORT command successful. Consider using PASV.
150 Ok to send data.
226 File receive OK.
ftp: 5812 bytes sent in 0.00Seconds 5812000.00Kbytes/sec.
go to directory from where you want to copy file:
C:\Documents and Settings\myFileFolder>
type ftp and server name to connect to
C:\Documents and Settings\myFileFolder>ftp fx100c1n6
Enter
User (fx100c1n6.ms.com:(none)): test
331 Please specify the password.
Password:test1
230 Login successful.
ftp> put MyFile.class
200 PORT command successful. Consider using PASV.
150 Ok to send data.
226 File receive OK.
ftp: 5812 bytes sent in 0.00Seconds 5812000.00Kbytes/sec.
No comments:
Post a Comment