package com.cku.upyun;

import java.io.IOException;

public class UpYunTest {
	public static void main(String[] args) {
		try {
			String testStr = ImageFtp.uploadFile(ImageFtp.VIDEO_PATH_TEST, "aaa.mp4", "d:\\aaa.mp4");
			System.out.println(testStr);
		} catch (IOException e) {
			// TODO Auto-generated catch block
			e.printStackTrace();
		}
	}
}
