I have a process that involves transferring files from the Windows LAN to an AIX UNIX server using FTP through a VPN connection.
The problem is that some of the files are very large -- up to 4gb. The VPN is fine with the smaller files, but chokes when the size is increased.
Is there a process I can follow to split a file on Windows XP, send to the server, and join back together on UNIX?
This is for a client, so I don't have the capacity to install anything very large on the Windows machine, and certainly not on the UNIX. Although a business case could be made for this issue, I'd say that would be a last resort.
Does anyone have any thoughts?