public List<Response> Rename( string oldPath, string newPath )
Public Function Rename( _ ByVal oldPath As String, _ ByVal newPath As String _ ) As List(Of Response)
ftp1.Rename("old.jpg", "new.jpg");
ftp1.Rename("old.jpg", "new.jpg")
Ftp クラス Ftp メンバ
© 2002, GrapeCity inc. All rights reserved.