I am having some problems with the push command and xm360 server. if I do a push sync it works for 1 files then starts the next and freezes. if I push 1 file at a time it will always finish the first and then never do anything with the second? I think it has something to do with the xm360server.exe doing a refresh after a file gets pushed to it.
tryed on multiple computers. ( all static IP's if that makes a difference)
harddrive specifyed has several terrabytes of space left.
permisions are set for everyone to have full access. (and the first file always makes it.)
***xm360server.cfg***
# The following drives can be defined Hdd1, Usb0, Usb1, Usb2, MemUnit0, MemUnit1, OnBoardMU, UsbMU0, UsbMU0Cache, UsbMU1, UsbMU1Cache
# At least one drive must be defined otherwise nothing is going to work. I suggest defining Hdd1 at least.
# Absolute paths like c:\foo and UNC paths like \\server\share\path are both supported.
# You shouldn't nest them, or you will end up with duplicates. In other words, don't define Usb0 to be a branch of Hdd1
#DEFINE_HDD1 = \\share\public\console images\xbox360\jtag
DEFINE_HDD1 = F:\HDD1
#DEFINE_USB0 = e:\temp\USB
#CONTENT_BIN_PATH must be defined as an xbox 360 path, it defaults to Hdd1:\
CONTENT_BIN_PATH = hdd1:\content
#
# The FTP user, password and port can be defined, but they will default to xbox, xbox, 21 otherwise
#
FTP_USER = xbox
FTP_PASSWORD = xbox
FTP_PORT = 21
***xm360server.cfg***