문제

I have a website hosted on GoDaddy windows servers. I want to move the website to another server. I tried to download the whole website files via FTP but there are some files which named in Arabic and when my FTP client (FireFTP) tries to save them on my pc, the file name becomes underscores (e.g. _______.jpg). I cannot change the file names because they are linked from the database (the website is a DotNetNuke CMS).

I am wondering if this problem is due to the FTP server itself or the FTP client I'm using?

도움이 되었습니까?

해결책

I finally could solve this by writing a script (in ASP.NET/C#) to rename all files to numbers (e.g. 1.jpg, 2.doc ....) and then download the renamed files though FTP. The script also genrates commands to rename the files back to the original names in Arabic.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top