If there is a better forum for me to post, please make a suggestion...
I would like to download exactly one file from the following LIST:
-AR-------TCP B cduser 198130 1910913 Sep 02 16:22 file32.dat
-AR-------TCP B cduser 162679 4434363 Sep 03 15:17 file32.dat
-AR-------TCP B cduser...
This might be more of an ftp question than pgp question, so if you can recommend a more appropriate forum, that would be great.
My problem is that I would like to download exactly one .pgp file from the following LIST:
-AR-------TCP B cduser 198130 1910913 Sep 02 16:22 file32.pgp...
I'm receiving files from one location, decrypting and saving to a new location (via a script).
I have been using pgp -o to define the destination path + filename... but until now, I just had to strip the .pgp to arrive at the original filename. Now I'm getting files that do not follow this...
I'm not clear whether I have a problem with FTP/SSL or with Python (or perhaps both). I'm new to both.
When I do this...
import ftplib
c = ftplib.FTP()
c.set_debuglevel(2)
c.connect(ipaddress)
c.sendcmd('AUTH-SSL')
The response to the sendcmd is as follows:
*cmd* 'AUTH-SSL'
*put*...
I'm trying to access a server using FTP/SSL. I am using ftplib but don't have an ssl library (suggestions?) - In fact, any FTP/SSL help is welcome but my primary question here is more general.
I'm running interactive within PythonWin. I'm able to capture some of the server replies, but I think...
Could someone help me to more clearly understand the authentication process between client/server using FTP/SSL? (or is it now called FTP/TLS?)
I am trying to use to log into a server using FTP/SSL to get files we normally access using CoreFTP via a WinXP workstation. Most other ftp is done...
I need to send a logon script using ASCII,
then send a datafile using ZMODEM,
then send a logout script using ASCII.
When doing this manually, I click on the status bar at the bottom of the PCPlus window to change protocols before sending each file.
I've tried to script this using the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.