There could be several possibilities for this error. Most likely such error can occur if you have insufficient permission to open the destination folder. Please check it. Other possibility is that your FTP server software is old and it doesn't like now standard ACTIVE ftp connection mode. If this is the case, you will need to wait for 3.1.13 which includes optional CONNECTION TYPE parameter for setting connection mode to ACTIVE/PASSIVE. That version will be available some time next week. : I am unable to ftp a file using 24x7. I am able to do this thru an FTP client : without any problems. : The have scheduled the script to run every 30min, sometime I receive the : error : Upload failed for "". the server has returned an : extended error : 200 Type set to I. 500 Illegal PORT command . : Sometime the log don't report any error but the file size on the target : sistem is 0 ! : The two lines of code of the scrip are : FTPPutFile : ("xxx.xxx.xxx.xxx", "anonymous", : "test@test.com", "E:\\Bin_2\\out\\Special.imp", : "/pub/in/Special.imp") : FTPPutFile ("xxx.xxx.xxx.xxx", "anonymous", : "test@test.com", "E:\\Bin_2\\out\\standard.imp", : "/pub/in/standard.imp") : The actors are : 24x7 v3.1.2, W2000 sp2 ,Ie 5.5 sp1 : Can you help me?
|