Probably a dumb question or something trivial I've over-looked but I cannot seem to drop my files through Dos. Connection makes OK but when I put a file, it creates the file wit 0kb. Writes the name of the file as directed but doesn't enter any content.
Windows Server 2008
From Dos:
C:\>ftp
ftp> open 198.XXX.XXX.XXX 990
Connected to 198.XXX.XXX.XXX.
220-Complete FTP server
220 FTP Server v 4.0.1
User (198.XXX.XXX.XXX:(none)): Test
331 Password required for Test
Password:
230 User Test logged in.
ftp> put c:\test.txt test21.txt
200 PORT command successful.
150 Opening ASCII mode data connection for test21.txt
Then it just sits there. Eventually (5 minute timeout) on the server I get booted but Dos doesn't bother to tell me. It's a 4kb file, should have been doen in a flash.
Help!?!