|
840 | 840 | <param name="progress">Track upload progress. The value provided is in the range 0 to 100, indicating the percentage of the file transferred. If the progress is indeterminate, -1 is sent.</param> |
841 | 841 | <returns>If true then the file was uploaded, false otherwise.</returns> |
842 | 842 | </member> |
843 | | - <member name="M:UnderAutomation.Fanuc.Ftp.Internal.FtpDirectFileHandling.UploadFilesToController(System.String[],System.String)"> |
| 843 | + <member name="M:UnderAutomation.Fanuc.Ftp.Internal.FtpDirectFileHandling.UploadFilesToController(System.String[],System.String,UnderAutomation.Fanuc.Ftp.Internal.FtpDirectFileHandling.OnProgressDelegate)"> |
844 | 844 | <summary> |
845 | 845 | Uploads the given file paths to a single folder on the controller. |
846 | 846 | All files are placed directly into the given folder regardless of their path on the local filesystem. |
|
849 | 849 | </summary> |
850 | 850 | <param name="localPaths">The full or relative paths to the files on the local file system. Files can be from multiple folders.</param> |
851 | 851 | <param name="remoteDir">The full or relative path to the directory that files will be uploaded on the controller</param> |
| 852 | + <param name="progress">Track upload progress. The value provided is in the range 0 to 100, indicating the percentage of the file transferred. If the progress is indeterminate, -1 is sent.</param> |
852 | 853 | <returns>The list of files that were uploaded successfully</returns> |
853 | 854 | </member> |
854 | 855 | <member name="M:UnderAutomation.Fanuc.Ftp.Internal.FtpDirectFileHandling.DownloadFileFromController(System.Byte[]@,System.String,UnderAutomation.Fanuc.Ftp.Internal.FtpDirectFileHandling.OnProgressDelegate)"> |
|
885 | 886 | <param name="progress">Provide an implementation of IProgress to track download progress. The value provided is in the range 0 to 100, indicating the percentage of the file transferred. If the progress is indeterminate, -1 is sent.</param> |
886 | 887 | <returns>If true then the file was downloaded, false otherwise.</returns> |
887 | 888 | </member> |
888 | | - <member name="M:UnderAutomation.Fanuc.Ftp.Internal.FtpDirectFileHandling.DownloadFilesFromController(System.String,System.String[])"> |
| 889 | + <member name="M:UnderAutomation.Fanuc.Ftp.Internal.FtpDirectFileHandling.DownloadFilesFromController(System.String,System.String[],UnderAutomation.Fanuc.Ftp.Internal.FtpDirectFileHandling.OnProgressDelegate)"> |
889 | 890 | <summary> |
890 | 891 | Downloads the specified files into a local single directory. |
891 | 892 | High-level API that takes care of various edge cases internally. |
892 | 893 | Supports very large files since it downloads data in chunks. |
893 | 894 | </summary> |
894 | 895 | <param name="localDir">The full or relative path to the directory that files will be downloaded into.</param> |
895 | 896 | <param name="remotePaths">The full paths to the files on the controller</param> |
| 897 | + <param name="progress">Track upload progress. The value provided is in the range 0 to 100, indicating the percentage of the file transferred. If the progress is indeterminate, -1 is sent.</param> |
896 | 898 | <returns>The list of all local files downloaded</returns> |
897 | 899 | </member> |
898 | 900 | <member name="M:UnderAutomation.Fanuc.Ftp.Internal.FtpDirectFileHandling.FileExists(System.String)"> |
|
38147 | 38149 | Controls if the high-level API downloads files in Binary or ASCII mode. |
38148 | 38150 | </summary> |
38149 | 38151 | </member> |
38150 | | - <member name="M:UnderAutomation.Fanuc.Ftp.FluentFTP.FtpClient.UploadFiles(System.Collections.Generic.IEnumerable{System.String},System.String,UnderAutomation.Fanuc.Ftp.FluentFTP.FtpExists,System.Boolean,UnderAutomation.Fanuc.Ftp.FluentFTP.FtpVerify,UnderAutomation.Fanuc.Ftp.FluentFTP.FtpError)"> |
| 38152 | + <member name="M:UnderAutomation.Fanuc.Ftp.FluentFTP.FtpClient.UploadFiles(System.Collections.Generic.IEnumerable{System.String},System.String,UnderAutomation.Fanuc.Ftp.FluentFTP.FtpExists,System.Boolean,UnderAutomation.Fanuc.Ftp.FluentFTP.FtpVerify,UnderAutomation.Fanuc.Ftp.FluentFTP.FtpError,System.IProgress{System.Double})"> |
38151 | 38153 | <summary> |
38152 | 38154 | Uploads the given file paths to a single folder on the server. |
38153 | 38155 | All files are placed directly into the given folder regardless of their path on the local filesystem. |
|
38171 | 38173 | to propagate from this method. |
38172 | 38174 | </remarks> |
38173 | 38175 | </member> |
38174 | | - <member name="M:UnderAutomation.Fanuc.Ftp.FluentFTP.FtpClient.DownloadFiles(System.String,System.Collections.Generic.IEnumerable{System.String},System.Boolean,UnderAutomation.Fanuc.Ftp.FluentFTP.FtpVerify,UnderAutomation.Fanuc.Ftp.FluentFTP.FtpError)"> |
| 38176 | + <member name="M:UnderAutomation.Fanuc.Ftp.FluentFTP.FtpClient.DownloadFiles(System.String,System.Collections.Generic.IEnumerable{System.String},System.Boolean,UnderAutomation.Fanuc.Ftp.FluentFTP.FtpVerify,UnderAutomation.Fanuc.Ftp.FluentFTP.FtpError,System.IProgress{System.Double})"> |
38175 | 38177 | <summary> |
38176 | 38178 | Downloads the specified files into a local single directory. |
38177 | 38179 | High-level API that takes care of various edge cases internally. |
|
0 commit comments