Hello K, Thursday, December 7, 2006, 9:32:27 PM, you wrote:
<snip/> > Since my FTP program hasn't seemed to be able to get log files uploaded, > I tried uploading via the command prompt on my mail server... ftp>> open ftp.sortmonster.net > Connected to www.sortmonster.net. > 220 Hello. > User (www.sortmonster.net:(none)): > 331 Please specify the password. > 230 Login successful. ftp>> ftp>> bin > 200 Switching to Binary mode. ftp>> hash > Hash mark printing On ftp: (2048 bytes/hash mark) . ftp>> send mylogfile061203.log > 200 PORT command successful. Consider using PASV. > 150 Ok to send data. > At this point it just hangs, no transfer occurring. In the event that it > might be transferring but not displaying the hash marks, I left it sit for > over 30 minutes(10mb logfile)...nothing. I'm not sure what else to try. What you've described usually goes along with a firewall problem. Firewalls and FTP are always a challenge. What seems to be happening is that the command channel is working fine, but when it's time to set up the data channel that fails- and so you don't get any data. You might try using PASV mode so you don't have to open up your firewall too much. I think that SFTP also works on this box though I've not tried it personally. We have approximately 130 systems uploading log files, so I'm sure the server side is working ok. _M -- Pete McNeil Chief Scientist, Arm Research Labs, LLC. ############################################################# This message is sent to you because you are subscribed to the mailing list <[email protected]>. To unsubscribe, E-mail to: <[EMAIL PROTECTED]> To switch to the DIGEST mode, E-mail to <[EMAIL PROTECTED]> To switch to the INDEX mode, E-mail to <[EMAIL PROTECTED]> Send administrative queries to <[EMAIL PROTECTED]>
