Re: Unable to perform certain tasks against a Glob (General questions)
Sure. Here is the code block. Let me know if you want me to email you the whole solution.
private static readonly string UPLOAD_FILE = @ d:lipsum.txt ;
...
Ftp = new FtpDLX();
...
string remoteDir = / ;
...
Trace.WriteLine(string.Format( Remote path before put: {0} , Ftp.RemotePath));
Trace.WriteLine( Put files on FTP server );
Ftp.PutFile(UPLOAD_FILE, remoteDir);
if (Ftp.LastError != null) throw Ftp.LastError;
Trace.WriteLine(string.Format( Remote path after put: {0} , Ftp.RemotePath));
Complete thread:
- Unable to perform certain tasks against a Globalsc - kdcarlisle, 2013-04-06, 06:42
- Re: Unable to perform certain tasks against a Glob - wodsupport, 2013-04-06, 15:43
- Re: Unable to perform certain tasks against a Glob - kdcarlisle, 2013-04-06, 19:34
- Re: Unable to perform certain tasks against a Glob - woddrazen, 2013-04-06, 20:04
- Re: Unable to perform certain tasks against a Glob - kdcarlisle, 2013-04-06, 20:18
- Re: Unable to perform certain tasks against a Glob - woddrazen, 2013-04-06, 20:21
- Re: Unable to perform certain tasks against a Glob - kdcarlisle, 2013-04-06, 20:41
- Re: Unable to perform certain tasks against a Glob - woddrazen, 2013-04-07, 10:53
- Re: Unable to perform certain tasks against a Glob - kdcarlisle, 2013-04-07, 18:23
- Re: Unable to perform certain tasks against a Glob - wodsupport, 2013-04-07, 21:56
- Re: Unable to perform certain tasks against a Glob - kdcarlisle, 2013-04-08, 03:24
- Re: Unable to perform certain tasks against a Glob - woddrazen, 2013-04-08, 15:44
- Re: Unable to perform certain tasks against a Glob - kdcarlisle, 2013-04-08, 19:57
- Re: Unable to perform certain tasks against a Glob - Alan, 2013-04-08, 21:16
- Re: Unable to perform certain tasks against a Glob - kdcarlisle, 2013-04-08, 19:57
- Re: Unable to perform certain tasks against a Glob - woddrazen, 2013-04-08, 15:44
- Re: Unable to perform certain tasks against a Glob - kdcarlisle, 2013-04-08, 03:24
- Re: Unable to perform certain tasks against a Glob - wodsupport, 2013-04-07, 21:56
- Re: Unable to perform certain tasks against a Glob - kdcarlisle, 2013-04-07, 18:23
- Re: Unable to perform certain tasks against a Glob - woddrazen, 2013-04-07, 10:53
- Re: Unable to perform certain tasks against a Glob - kdcarlisle, 2013-04-06, 20:41
- Re: Unable to perform certain tasks against a Glob - woddrazen, 2013-04-06, 20:21
- Re: Unable to perform certain tasks against a Glob - kdcarlisle, 2013-04-06, 20:18
- Re: Unable to perform certain tasks against a Glob - woddrazen, 2013-04-06, 20:04
- Re: Unable to perform certain tasks against a Glob - kdcarlisle, 2013-04-06, 19:34
- Re: Unable to perform certain tasks against a Glob - wodsupport, 2013-04-06, 15:43